Skip to content

Instantly share code, notes, and snippets.

@Arnonrgo
Created August 9, 2015 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arnonrgo/6a59cd83c58f14e093de to your computer and use it in GitHub Desktop.
Save Arnonrgo/6a59cd83c58f14e093de to your computer and use it in GitHub Desktop.
(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