You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2017/06/27 08:19:00 UTC

[jira] [Commented] (SPARK-21224) Support a DDL-formatted string as schema in reading for R

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

Apache Spark commented on SPARK-21224:
--------------------------------------

User 'HyukjinKwon' has created a pull request for this issue:
https://github.com/apache/spark/pull/18431

> Support a DDL-formatted string as schema in reading for R
> ---------------------------------------------------------
>
>                 Key: SPARK-21224
>                 URL: https://issues.apache.org/jira/browse/SPARK-21224
>             Project: Spark
>          Issue Type: Improvement
>          Components: SparkR
>    Affects Versions: 2.2.0
>            Reporter: Hyukjin Kwon
>            Priority: Minor
>
> This might have to be a followup for SPARK-20431 but I just decided to make this separate for R specifically as many PRs might be confusing.
> Please refer the discussion in the PR and SPARK-20431.
> In a simple view, this JIRA describes the support for a DDL-formetted string as schema as below:
> {code}
> mockLines <- c("{\"name\":\"Michael\"}",
>                "{\"name\":\"Andy\", \"age\":30}",
>                "{\"name\":\"Justin\", \"age\":19}")
> jsonPath <- tempfile(pattern = "sparkr-test", fileext = ".tmp")
> writeLines(mockLines, jsonPath)
> df <- read.df(jsonPath, "json", "name STRING, age DOUBLE")
> collect(df)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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