spark-instrumented-optimizer/resource-managers
Mingjie Tang a6647ffbf7 [SPARK-22587] Spark job fails if fs.defaultFS and application jar are different url
## What changes were proposed in this pull request?

Two filesystems comparing does not consider the authority of URI. This is specific for
WASB file storage system, where userInfo is honored to differentiate filesystems.
For example: wasbs://user1xyz.net, wasbs://user2xyz.net would consider as two filesystem.
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.

Author: Mingjie Tang <mtang@hortonworks.com>

Closes #19885 from merlintang/EAR-7377.
2018-01-11 11:51:03 +08:00
..
kubernetes [SPARK-22998][K8S] Set missing value for SPARK_MOUNTED_CLASSPATH in the executors 2018-01-09 01:32:48 -08:00
mesos [SPARK-11035][CORE] Add in-process Spark app launcher. 2017-12-28 17:00:49 -06:00
yarn [SPARK-22587] Spark job fails if fs.defaultFS and application jar are different url 2018-01-11 11:51:03 +08:00