You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by mc...@apache.org on 2018/07/30 18:41:06 UTC

spark git commit: [SPARK-24963][K8S][TESTS] Don't set service account name for client mode test

Repository: spark
Updated Branches:
  refs/heads/master 47d84e4d0 -> d6b7545b5


[SPARK-24963][K8S][TESTS] Don't set service account name for client mode test

## What changes were proposed in this pull request?

Don't set service account name for the pod created in client mode

## How was this patch tested?

Test should continue running smoothly in Jenkins.

Author: mcheah <mc...@palantir.com>

Closes #21900 from mccheah/fix-integration-test-service-account.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d6b7545b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d6b7545b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d6b7545b

Branch: refs/heads/master
Commit: d6b7545b5f495a496d40a982e0ab0f8053e1a4f5
Parents: 47d84e4
Author: mcheah <mc...@palantir.com>
Authored: Mon Jul 30 11:41:02 2018 -0700
Committer: mcheah <mc...@palantir.com>
Committed: Mon Jul 30 11:41:02 2018 -0700

----------------------------------------------------------------------
 .../spark/deploy/k8s/integrationtest/ClientModeTestsSuite.scala     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d6b7545b/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/ClientModeTestsSuite.scala
----------------------------------------------------------------------
diff --git a/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/ClientModeTestsSuite.scala b/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/ClientModeTestsSuite.scala
index 0690db7..6affee2 100644
--- a/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/ClientModeTestsSuite.scala
+++ b/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/ClientModeTestsSuite.scala
@@ -61,7 +61,6 @@ trait ClientModeTestsSuite { k8sSuite: KubernetesSuite =>
           .withLabels(labels.asJava)
           .endMetadata()
         .withNewSpec()
-          .withServiceAccountName("default")
           .addNewContainer()
             .withName("spark-example")
             .withImage(image)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org