Yikun commented on PR #38789:
URL: https://github.com/apache/spark/pull/38789#issuecomment-1329961854

   > Although we already have some instances, is there a more general way than 
having this code pattern?
   
   Or maybe a configuration like 
`spark.kubernetes.volcano.maxConcurrencyJobNum`, default set to `2`, when using 
it in free github action host, can set to `1`. The `jobNum` can be set to:
   
   ```scala
   val jobNum = maxConcurrencyJobNum * QUEUE_NUMBER
   ```


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