[jira] [Commented] (SPARK-6352) Supporting non-default OutputCommitter when using saveAsParquetFile

2015-04-15 Thread Apache Spark (JIRA)

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

Apache Spark commented on SPARK-6352:
-

User 'ypcat' has created a pull request for this issue:
https://github.com/apache/spark/pull/5525

 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
Assignee: Pei-Lun Lee
 Fix For: 1.4.0


 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



[jira] [Commented] (SPARK-6352) Supporting non-default OutputCommitter when using saveAsParquetFile

2015-04-13 Thread Josh Rosen (JIRA)

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

Josh Rosen commented on SPARK-6352:
---

[~lian cheng], we can only assign tickets to users who have the proper role in 
Spark's JIRA permissions.  I've added [~pllee] to the Contributors role and 
will assign this ticket to them. 

 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
 Fix For: 1.4.0


 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



[jira] [Commented] (SPARK-6352) Supporting non-default OutputCommitter when using saveAsParquetFile

2015-03-23 Thread Pei-Lun Lee (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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



[jira] [Commented] (SPARK-6352) Supporting non-default OutputCommitter when using saveAsParquetFile

2015-03-16 Thread Apache Spark (JIRA)

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

Apache Spark commented on SPARK-6352:
-

User 'ypcat' has created a pull request for this issue:
https://github.com/apache/spark/pull/5042

 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.3.0, 1.2.1
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