GitHub user oza opened a pull request:

    https://github.com/apache/spark/pull/15841

    [SPARK-18399][SQL][DOCUMENTATION] Examples in SparkSQL/DataFrame/DataSets 
guide fails with default configuration

    ## What changes were proposed in this pull request?
    
    With default configuration, examples in Spark SQL, DataFrames and Datasets 
Guide result in a failure since the try to access HDFS while the path to 
people.json/txt are assumed to be in local file system.
    
    ## How was this patch tested?
    
    I test this with manual test: running examples of 
SparkSQL/DataFrame/DataSets with default configuration. With this fix, it works 
well without configuring HDFS.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/oza/spark SPARK-18399

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/15841.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #15841
    
----
commit 784d64740a254c75e4b2e623f236565aa95cc0ce
Author: Tsuyoshi Ozawa <[email protected]>
Date:   2016-11-10T10:48:16Z

    Fix SparkSQLExample to use absolute path

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to