[GitHub] spark pull request #20051: [SPARK-22866] [K8S] Fix path issue in Kubernetes ...

2017-12-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20051 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20051: [SPARK-22866] [K8S] Fix path issue in Kubernetes ...

2017-12-21 Thread foxish
Github user foxish commented on a diff in the pull request: https://github.com/apache/spark/pull/20051#discussion_r158427619 --- Diff: resource-managers/kubernetes/docker/src/main/dockerfiles/spark-base/Dockerfile --- @@ -38,7 +38,7 @@ COPY jars /opt/spark/jars COPY bin

[GitHub] spark pull request #20051: [SPARK-22866] [K8S] Fix path issue in Kubernetes ...

2017-12-21 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/20051#discussion_r158427437 --- Diff: resource-managers/kubernetes/docker/src/main/dockerfiles/spark-base/Dockerfile --- @@ -38,7 +38,7 @@ COPY jars /opt/spark/jars COPY bin

[GitHub] spark pull request #20051: [SPARK-22866] [K8S] Fix path issue in Kubernetes ...

2017-12-21 Thread foxish
GitHub user foxish opened a pull request: https://github.com/apache/spark/pull/20051 [SPARK-22866] [K8S] Fix path issue in Kubernetes dockerfile ## What changes were proposed in this pull request? The path was recently changed in https://github.com/apache/spark/pull/19946,