[GitHub] spark pull request #16265: [SPARK-18840][YARN] Avoid throw exception when ge...

2016-12-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16265 --- 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 #16265: [SPARK-18840][YARN] Avoid throw exception when ge...

2016-12-13 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/16265#discussion_r92232169 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/security/HDFSCredentialProvider.scala --- @@ -72,21 +72,22 @@ private[security]

[GitHub] spark pull request #16265: [SPARK-18840][YARN] Avoid throw exception when ge...

2016-12-13 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/16265#discussion_r92220391 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/security/HDFSCredentialProvider.scala --- @@ -72,21 +72,22 @@ private[security]

[GitHub] spark pull request #16265: [SPARK-18840][YARN] Avoid throw exception when ge...

2016-12-13 Thread jerryshao
GitHub user jerryshao opened a pull request: https://github.com/apache/spark/pull/16265 [SPARK-18840][YARN] Avoid throw exception when getting token renewal interval in non HDFS security environment ## What changes were proposed in this pull request? Fix `java.util.NoSuchEl