dongjoon-hyun commented on code in PR #385:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/385#discussion_r2422301132


##########
spark-submission-worker/src/main/java/org/apache/spark/k8s/operator/SparkAppDriverConf.java:
##########
@@ -74,6 +82,16 @@ public String resourceNamePrefix() {
     return appId();
   }
 
+  /**
+   * Returns the driver label key and value map.
+   *
+   * @return The label key-value pair map.
+   */
+  @Override
+  public scala.collection.immutable.Map<String, String> labels() {
+    return super.labels().updated(LABEL_SPARK_VERSION_NAME, sparkVersion);

Review Comment:
   This overrides the underlying Spark version (from the compile dependency), 
`4.1.0-preview2`.



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