GitHub user merlintang opened a pull request:

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

    [SPARK-22587] Spark job fails if fs.defaultFS and application jar are d…

    …ifferent url
    
    ## What changes were proposed in this pull request?
    
    Two filesystems comparing does not consider the authority of URI. 
Therefore, we have to add the authority to compare two filesystem, and  two 
filesystem with different authority can not be the same FS. 
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/merlintang/spark EAR-7377

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

    https://github.com/apache/spark/pull/19885.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 #19885
    
----
commit 3675f0a41fc0715d3d7122bbff3ab6d8fbe057c9
Author: Mingjie Tang <mt...@hortonworks.com>
Date:   2017-12-04T23:31:31Z

    SPARK-22587 Spark job fails if fs.defaultFS and application jar are 
different url

----


---

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

Reply via email to