Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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
def saveAsTextFile(path: String, codec: Class[_ <: CompressionCodec]): Unit = withScope {
Attachments
Issue Links
- is duplicated by
-
SPARK-13503 Support to specify the (writing) option for compression codec for TEXT
- Resolved
- links to
1.
|
Support compression in PySpark | Closed | Unassigned |