Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/19485
Thanks for taking a look for this one. Actually, I thought we should add a
chapter like
http://spark.apache.org/docs/latest/sql-programming-guide.html#json-datasets
And, add a link to, for example,
https://spark.apache.org/docs/latest/api/python/pyspark.sql.html#pyspark.sql.DataFrameReader.csv
for Python,
http://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.sql.DataFrameReader@csv(paths:String*):org.apache.spark.sql.DataFrame
for Scala and
http://spark.apache.org/docs/latest/api/java/org/apache/spark/sql/DataFrameReader.html#csv-scala.collection.Seq-
for Java to refer the options, rather than duplicating the option list (which
we should duplicately update when we fix or add options).
Probably, we should add some links to JSON ones too.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]