[jira] [Commented] (SPARK-15463) Support for creating a dataframe from CSV in RDD[String]

2016-05-25 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15300511#comment-15300511 ] Apache Spark commented on SPARK-15463: -- User 'xwu0226' has created a pull request for this issue:

[jira] [Commented] (SPARK-15463) Support for creating a dataframe from CSV in RDD[String]

2016-05-25 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15299898#comment-15299898 ] Takeshi Yamamuro commented on SPARK-15463: -- The change breaks backward compatibility, if we add

[jira] [Commented] (SPARK-15463) Support for creating a dataframe from CSV in RDD[String]

2016-05-25 Thread PJ Fanning (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15299881#comment-15299881 ] PJ Fanning commented on SPARK-15463: Dataset[String] to DataFrame conversion seems fine to me >

[jira] [Commented] (SPARK-15463) Support for creating a dataframe from CSV in RDD[String]

2016-05-25 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15299854#comment-15299854 ] Takeshi Yamamuro commented on SPARK-15463: -- RDD is not recommended for uses in spark-v2.0+ (See

[jira] [Commented] (SPARK-15463) Support for creating a dataframe from CSV in RDD[String]

2016-05-24 Thread Xin Wu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15299167#comment-15299167 ] Xin Wu commented on SPARK-15463: I am looking into this. > Support for creating a dataframe from CSV in