hehuiyuan commented on a change in pull request #24009: [k8s]Unify the three 
variables' name :       pod name prefix in kubernetes / spark.app.name in spark 
ui  /  spark-app-name in pod's annotations
URL: https://github.com/apache/spark/pull/24009#discussion_r263679533
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/SparkConf.scala
 ##########
 @@ -115,9 +115,13 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable 
with Logging with Seria
     set("spark.master", master)
   }
 
-  /** Set a name for your application. Shown in the Spark web UI. */
+  /** Set a name for your application. Shown in the Spark web UI.
+    * For spark on kubernetes,Unify the three variables' name :
 
 Review comment:
   Thank you for your reply.

----------------------------------------------------------------
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.
 
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