[GitHub] spark pull request #21476: [SPARK-24446][yarn] Properly quote library path f...

2018-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21476 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21476: [SPARK-24446][yarn] Properly quote library path f...

2018-06-04 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21476#discussion_r192814446 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -1485,6 +1486,22 @@ private object Client extends Logging

[GitHub] spark pull request #21476: [SPARK-24446][yarn] Properly quote library path f...

2018-06-04 Thread redsanket
Github user redsanket commented on a diff in the pull request: https://github.com/apache/spark/pull/21476#discussion_r192804713 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -1485,6 +1486,22 @@ private object Client extends

[GitHub] spark pull request #21476: [SPARK-24446][yarn] Properly quote library path f...

2018-06-02 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/21476#discussion_r192551676 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -1485,6 +1486,22 @@ private object Client extends

[GitHub] spark pull request #21476: [SPARK-24446][yarn] Properly quote library path f...

2018-06-01 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21476#discussion_r192476723 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -1485,6 +1486,22 @@ private object Client extends Logging

[GitHub] spark pull request #21476: [SPARK-24446][yarn] Properly quote library path f...

2018-05-31 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/21476#discussion_r192295158 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -1485,6 +1486,22 @@ private object Client extends

[GitHub] spark pull request #21476: [SPARK-24446][yarn] Properly quote library path f...

2018-05-31 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/21476 [SPARK-24446][yarn] Properly quote library path for YARN. Because the way YARN executes commands via bash -c, everything needs to be quoted so that the whole command is fully contained inside a