You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wayne Zhang (JIRA)" <ji...@apache.org> on 2017/03/04 09:02:48 UTC

[jira] [Created] (SPARK-19819) Use concrete data in SparkR DataFrame examples

Wayne Zhang created SPARK-19819:
-----------------------------------

             Summary: Use concrete data in SparkR DataFrame examples 
                 Key: SPARK-19819
                 URL: https://issues.apache.org/jira/browse/SPARK-19819
             Project: Spark
          Issue Type: Improvement
          Components: SparkR
    Affects Versions: 2.1.0
            Reporter: Wayne Zhang
            Priority: Minor


Many examples in SparkDataFrame methods uses: 
{code}
path <- "path/to/file.json"
df <- read.json(path)
{code}

This is not directly runnable. Replace this with real numerical examples so that users can directly execute the examples. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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