Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix style
  • Loading branch information
HyukjinKwon committed Dec 23, 2017
commit da55100c22754fef5076b4f15a24e4a5fd2545ae
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ object SparkHiveExample {
hiveTableDF.coalesce(10).write.mode(SaveMode.Overwrite)
.partitionBy("key").parquet(hiveExternalTableLocation)
// $example off:spark_hive$

spark.stop()
}
}