[ 
https://issues.apache.org/jira/browse/SPARK-12144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15042103#comment-15042103
 ] 

Felix Cheung commented on SPARK-12144:
--------------------------------------

+1 [~shivaram]

The style
{code}
read.format("json").option(options).load("people.json")
{code}

doesn't really fit R

instead, why don't we have
{code}
read(format, options_named_list, ...)
{code}

in fact we could leave/add convenience functions like
{code}
read.csv(options)
read.json(options)
read.parquet(options)
{code}



> Implement DataFrameReader and DataFrameWriter API in SparkR
> -----------------------------------------------------------
>
>                 Key: SPARK-12144
>                 URL: https://issues.apache.org/jira/browse/SPARK-12144
>             Project: Spark
>          Issue Type: New Feature
>          Components: SparkR
>    Affects Versions: 1.5.2
>            Reporter: Sun Rui
>
> DataFrameReader API: 
> http://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.sql.DataFrameReader
> DataFrameWriter API: 
> http://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.sql.DataFrameWriter



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to