yangwwei commented on PR #35663:
URL: https://github.com/apache/spark/pull/35663#issuecomment-1220293839

   Hi @dongjoon-hyun 
   
   Wait a sec. I think I missed one point. Does this mean we can simply set 
{{APP_ID}}, and this {{APP_ID}} will be substituted to the actual job ID 
automatically? If this is the case, we don't need any code changes, using the 
configs like the following will work:
   
   ```
   --conf spark.kubernetes.scheduler.name=yunikorn
   --conf 
spark.kubernetes.driver.annotation.yunikorn.apache.org/app-id={{APP_ID}}
   --conf 
spark.kubernetes.executor.annotation.yunikorn.apache.org/app-id={{APP_ID}}
   ```
   
   if you can confirm this. I can remove this PR, and all we need is a doc PR!


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