[GitHub] spark pull request #19102: [SPARK-21859][CORE] Fix SparkFiles.get failed on ...

2017-09-05 Thread lgrcyanny
Github user lgrcyanny closed the pull request at: https://github.com/apache/spark/pull/19102 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19102: [SPARK-21859][CORE] Fix SparkFiles.get failed on ...

2017-09-03 Thread lgrcyanny
Github user lgrcyanny commented on a diff in the pull request: https://github.com/apache/spark/pull/19102#discussion_r136738525 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -496,7 +496,7 @@ object SparkSubmit extends CommandLineUtils with Logging

[GitHub] spark pull request #19102: [SPARK-21859][CORE] Fix SparkFiles.get failed on ...

2017-09-01 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/19102#discussion_r136626161 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -496,7 +496,7 @@ object SparkSubmit extends CommandLineUtils with Logging {

[GitHub] spark pull request #19102: [SPARK-21859][CORE] Fix SparkFiles.get failed on ...

2017-09-01 Thread lgrcyanny
GitHub user lgrcyanny opened a pull request: https://github.com/apache/spark/pull/19102 [SPARK-21859][CORE] Fix SparkFiles.get failed on driver in yarn-cluster and yarn-client mode ## What changes were proposed in this pull request? when use SparkFiles.get a file on driver in