Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add write options for formats #162

Open
ecurtin opened this issue Feb 21, 2018 · 0 comments
Open

Add write options for formats #162

ecurtin opened this issue Feb 21, 2018 · 0 comments

Comments

@ecurtin
Copy link
Contributor

ecurtin commented Feb 21, 2018

This applies to all output formats, but just as an example it would be nice to be able to write compressed csv from Spark-Bench. To do this in code is df.write.option("compression", "gzip").csv("hdfs:///devnexus/kmeans-data-csv-gzip.csv"). It would be good to have support for generalized write options, not just compression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant