Created
August 9, 2015 13:37
-
-
Save Arnonrgo/6a59cd83c58f14e093de to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(let [ctx (spark/spark-context conf) | |
hadoop-conf (.hadoopConfiguration ^JavaSparkContext ctx)] | |
(.set hadoop-conf "spark.sql.parquet.output.committer.class" "org.apache.spark.sql.parquet.DirectParquetOutputCommitter")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment