You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Deborah Siegel (JIRA)" <ji...@apache.org> on 2015/04/24 23:08:39 UTC

[jira] [Created] (SPARK-7136) Spark SQL and DataFrame Guide - missing file paths and non-existent example file

Deborah Siegel created SPARK-7136:
-------------------------------------

             Summary: Spark SQL and DataFrame Guide - missing file paths and non-existent example file
                 Key: SPARK-7136
                 URL: https://issues.apache.org/jira/browse/SPARK-7136
             Project: Spark
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 1.3.1
            Reporter: Deborah Siegel
            Priority: Minor


The example code in the "Generic Load/Save Functions" section needs a path to the people.parquet file to load. Additionally, there is no file "people.parquet" in /examples/src/main/resources/

A file "people.parquet" is in fact saved off in a later section (Parquet Files -Loading Data Programmatically). 

The best fix is probably a way in which all the example code can run independently of whether the other example code has been run.  Proposal is to instead use a file which does exist for Generic Load/Save Functions :
/examples/src/main/resources/users.parquet (of course changing the fields which are selected as well). 





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

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