GitHub user jeanlyn reopened a pull request:

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

    [spark 5068][SQL]fix bug query data when path doesn't exists

    the issue is descript on [SPARK-5068] 
(https://issues.apache.org/jira/browse/SPARK-5068) and this PR is fix the same 
problem as [PR3891] (https://github.com/apache/spark/pull/3891).however,this 
pull request catch the exception if it is thrown instead of doing it serially 
when constructing the RDD 

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

    $ git pull https://github.com/jeanlyn/spark origin/SPARK-5068

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

    https://github.com/apache/spark/pull/3907.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 #3907
    
----
commit 68a2a0742f4aa7aea1ab84f2b84612aee740b23a
Author: jeanlyn <jeanly...@gmail.com>
Date:   2015-01-04T16:26:14Z

    SPARK-5068: fix bug query data when path doesn't exists

commit 0db35b32b196921ae8df8367b3ed6d5927f9d785
Author: jeanlyn <jeanly...@gmail.com>
Date:   2015-01-06T08:08:36Z

    catch the execption when the path doesn't exists

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to