[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

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

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread liyinan926
Github user liyinan926 commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162486330 --- Diff: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/DriverConfigOrchestrator.scala --- @@ -117,6 +117,13 @@

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread liyinan926
Github user liyinan926 commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162486349 --- Diff: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/DriverConfigOrchestrator.scala --- @@ -117,6 +117,13 @@

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread foxish
Github user foxish commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162484585 --- Diff: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/DriverConfigOrchestrator.scala --- @@ -117,6 +117,13 @@

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread foxish
Github user foxish commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162485460 --- Diff: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/DriverConfigOrchestrator.scala --- @@ -117,6 +117,13 @@

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread liyinan926
Github user liyinan926 commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162475825 --- Diff: docs/running-on-kubernetes.md --- @@ -117,7 +117,10 @@ This URI is the location of the example jar that is already in the Docker image.

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread liyinan926
Github user liyinan926 commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162475552 --- Diff: docs/running-on-kubernetes.md --- @@ -117,7 +117,10 @@ This URI is the location of the example jar that is already in the Docker image.

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread liyinan926
Github user liyinan926 commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162475425 --- Diff: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/DriverConfigOrchestrator.scala --- @@ -117,6 +117,12 @@

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread liyinan926
Github user liyinan926 commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162475338 --- Diff: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/DriverConfigOrchestrator.scala --- @@ -117,6 +117,12 @@

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread foxish
Github user foxish commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162465264 --- Diff: docs/running-on-kubernetes.md --- @@ -117,7 +117,10 @@ This URI is the location of the example jar that is already in the Docker image. If

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread foxish
Github user foxish commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162465377 --- Diff: docs/running-on-kubernetes.md --- @@ -117,7 +117,10 @@ This URI is the location of the example jar that is already in the Docker image. If

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162465620 --- Diff: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/DriverConfigOrchestrator.scala --- @@ -117,6 +117,12 @@

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/20320#discussion_r162465510 --- Diff: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/DriverConfigOrchestrator.scala --- @@ -117,6 +117,12 @@

[GitHub] spark pull request #20320: [SPARK-22962][K8S] Fail fast if submission client...

2018-01-18 Thread liyinan926
GitHub user liyinan926 opened a pull request: https://github.com/apache/spark/pull/20320 [SPARK-22962][K8S] Fail fast if submission client local files are used ## What changes were proposed in this pull request? In the Kubernetes mode, fails fast in the submission process