dongjoon-hyun commented on a change in pull request #33550:
URL: https://github.com/apache/spark/pull/33550#discussion_r686465661



##########
File path: 
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala
##########
@@ -569,7 +569,7 @@ private[spark] object KubernetesSuite {
   val pvTestTag = Tag("persistentVolume")
   val rTestTag = Tag("r")
   val MinikubeTag = Tag("minikube")
-  val SPARK_PI_MAIN_CLASS: String = "org.apache.spark.examples.SparkPi"
+  val SPARK_PI_MAIN_CLASS: String = 
"org.apache.spark.examples.SparkPiWithoutAppName"

Review comment:
       Instead of affecting the existing test case, could you define 
`SPARK_PI_MAIN_CLASS_WITHOUT_APP_NAME` and add a new test case, please, 
@ulysses-you ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to