felixcheung commented on a change in pull request #23322: [SPARK-25922][K8] 
Spark Driver/Executor spark-app-selector label mism…
URL: https://github.com/apache/spark/pull/23322#discussion_r241941146
 
 

 ##########
 File path: 
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/scheduler/cluster/k8s/KubernetesClusterSchedulerBackendSuite.scala
 ##########
 @@ -36,7 +36,7 @@ class KubernetesClusterSchedulerBackendSuite extends 
SparkFunSuite with BeforeAn
 
   private val requestExecutorsService = new DeterministicScheduler()
   private val sparkConf = new SparkConf(false)
-    .set("spark.executor.instances", "3")
+    .set("spark.executor.instances", "3").set("spark.app.id", 
TEST_SPARK_APP_ID)
 
 Review comment:
   test this?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to