[GitHub] spark pull request #17080: [SPARK-19739][CORE] propagate S3 session token to...

2017-03-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17080 --- 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 ena

[GitHub] spark pull request #17080: [SPARK-19739][CORE] propagate S3 session token to...

2017-03-02 Thread uncleGen
Github user uncleGen commented on a diff in the pull request: https://github.com/apache/spark/pull/17080#discussion_r104070946 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala --- @@ -82,17 +82,25 @@ class SparkHadoopUtil extends Logging { // the

[GitHub] spark pull request #17080: [SPARK-19739][CORE] propagate S3 session token to...

2017-03-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/17080#discussion_r104063068 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala --- @@ -82,17 +82,25 @@ class SparkHadoopUtil extends Logging { // the b

[GitHub] spark pull request #17080: [SPARK-19739][CORE] propagate S3 session token to...

2017-03-02 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17080#discussion_r103900716 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala --- @@ -93,6 +93,16 @@ class SparkHadoopUtil extends Logging { hadoo

[GitHub] spark pull request #17080: [SPARK-19739][CORE] propagate S3 session token to...

2017-03-02 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17080#discussion_r103900785 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala --- @@ -93,6 +93,16 @@ class SparkHadoopUtil extends Logging { hadoo

[GitHub] spark pull request #17080: [SPARK-19739][CORE] propagate S3 session token to...

2017-02-27 Thread uncleGen
GitHub user uncleGen opened a pull request: https://github.com/apache/spark/pull/17080 [SPARK-19739][CORE] propagate S3 session token to cluser ## What changes were proposed in this pull request? propagate S3 session token to cluser ## How was this patch tested?