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
Maybe worth considering adding a spark_options_csv(sep = NULL, encoding = NULL, etc) helper function to properly document all the options users can use under spark_read_csv(), see https://spark.apache.org/docs/2.0.2/api/java/org/apache/spark/sql/DataFrameReader.html
spark_options_csv(sep = NULL, encoding = NULL, etc)
spark_read_csv()
So one could write,
spark_read_csv(sc, path = "file.csv", options = spark_options_csv(maxColumns = 100000L))
See also https://community.rstudio.com/t/spark-r-setting-max-columns/60908.
The text was updated successfully, but these errors were encountered:
edgararuiz-zz
No branches or pull requests
Maybe worth considering adding a
spark_options_csv(sep = NULL, encoding = NULL, etc)helper function to properly document all the options users can use underspark_read_csv(), see https://spark.apache.org/docs/2.0.2/api/java/org/apache/spark/sql/DataFrameReader.htmlSo one could write,
See also https://community.rstudio.com/t/spark-r-setting-max-columns/60908.
The text was updated successfully, but these errors were encountered: