Skip to content

Commit

Permalink
[HOTFIX] Fix Scala style checks
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

This PR fixes a style that broke the build.

## How was this patch tested?

Manually tested.

Author: hyukjinkwon <[email protected]>

Closes #20065 from HyukjinKwon/minor-style.
  • Loading branch information
HyukjinKwon committed Dec 23, 2017
1 parent ea2642e commit f6084a8
Showing 1 changed file with 1 addition and 1 deletion.
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()
}
}

0 comments on commit f6084a8

Please sign in to comment.