[
https://issues.apache.org/jira/browse/SPARK-11691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15168888#comment-15168888
]
Hyukjin Kwon edited comment on SPARK-11691 at 2/26/16 12:27 PM:
----------------------------------------------------------------
I apologize that I carelessly opened the same issue and submitted a PR. Since
it is merged anyway, I resolved this.
was (Author: hyukjin.kwon):
I apologize that I carelessly open the same issue and submitted a PR. Since it
is merged anyway, I resolved this.
> Allow to specify compression codec in HadoopFsRelation when saving
> -------------------------------------------------------------------
>
> Key: SPARK-11691
> URL: https://issues.apache.org/jira/browse/SPARK-11691
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Reporter: Jeff Zhang
> Fix For: 2.0.0
>
>
> Currently, there's no way to specify compression codec when saving data frame
> to hdfs. It would nice to allow specify compression codec in DataFrameWriter
> just as we did in RDD api
> {code}
> def saveAsTextFile(path: String, codec: Class[_ <: CompressionCodec]): Unit =
> withScope {
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]