[GitHub] spark pull request #17388: [SPARK-20059][YARN] Use the correct classloader f...

2017-03-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17388 --- 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 #17388: [SPARK-20059][YARN] Use the correct classloader f...

2017-03-28 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17388#discussion_r108580909 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -485,12 +485,17 @@ object SparkSubmit extends CommandLineUtils {

[GitHub] spark pull request #17388: [SPARK-20059][YARN] Use the correct classloader f...

2017-03-28 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/17388#discussion_r108490519 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -485,12 +485,17 @@ object SparkSubmit extends CommandLineUtils {

[GitHub] spark pull request #17388: [SPARK-20059][YARN] Use the correct classloader f...

2017-03-22 Thread jerryshao
GitHub user jerryshao opened a pull request: https://github.com/apache/spark/pull/17388 [SPARK-20059][YARN] Use the correct classloader for HBaseCredentialProvider ## What changes were proposed in this pull request? Currently we use system classloader to find HBase jars, if