[GitHub] spark pull request #15669: [SPARK-18160][CORE][YARN] spark.files should not ...

2016-11-01 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/spark/pull/15669 --- 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

[GitHub] spark pull request #15669: [SPARK-18160][CORE][YARN] spark.files should not ...

2016-11-01 Thread zjffdu
GitHub user zjffdu reopened a pull request: https://github.com/apache/spark/pull/15669 [SPARK-18160][CORE][YARN] spark.files should not be passed to driver in yarn-cluster mode ## What changes were proposed in this pull request? spark.files is still passed to driver in

[GitHub] spark pull request #15669: [SPARK-18160][CORE][YARN] spark.files should not ...

2016-10-31 Thread zjffdu
Github user zjffdu commented on a diff in the pull request: https://github.com/apache/spark/pull/15669#discussion_r85872343 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1716,29 +1716,12 @@ class SparkContext(config: SparkConf) extends Logging {