dongjoon-hyun commented on code in PR #46149:
URL: https://github.com/apache/spark/pull/46149#discussion_r1574056485
##########
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/features/BasicDriverFeatureStepSuite.scala:
##########
@@ -35,7 +35,9 @@ import org.apache.spark.util.Utils
class BasicDriverFeatureStepSuite extends SparkFunSuite {
- private val CUSTOM_DRIVER_LABELS = Map("labelkey" -> "labelvalue")
+ private val CUSTOM_DRIVER_LABELS = Map(
+ "labelkey" -> "labelvalue",
+ "yunikorn.apache.org/app-id" -> "{{APPID}}")
Review Comment:
Previously, we mixed that and it turns that it was not good in a long term
perspective.
--
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]