[ 
https://issues.apache.org/jira/browse/SPARK-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14377264#comment-14377264
 ] 

Pei-Lun Lee commented on SPARK-6352:
------------------------------------

The above PR adds a new hadoop config value 
"spark.sql.parquet.output.committer.class" to let user select the output 
committer class used in saving parquet file, similar to SPARK-3595. The base 
class is ParquetOutputCommitter. There is also a DirectParquetOutputCommitter 
added for file system like s3.

> Supporting non-default OutputCommitter when using saveAsParquetFile
> -------------------------------------------------------------------
>
>                 Key: SPARK-6352
>                 URL: https://issues.apache.org/jira/browse/SPARK-6352
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.1.1, 1.2.1, 1.3.0
>            Reporter: Pei-Lun Lee
>
> SPARK-3595 only handles custom OutputCommitter for saveAsHadoopFile, it can 
> be nice to have similar behavior in saveAsParquetFile. It maybe difficult to 
> have a fully customizable OutputCommitter solution, at least adding something 
> like a DirectParquetOutputCommitter and letting users choose between this and 
> the default should be enough.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to