HyukjinKwon opened a new pull request, #41753:
URL: https://github.com/apache/spark/pull/41753

   ### What changes were proposed in this pull request?
   
   This PR proposes to add:
   
   - `SparkContext.addJobTag(tag: String): Unit`
   - `SparkContext.removeJobTag(tag: String): Unit`
   - `SparkContext.getJobTags(): Set[String]`
   - `SparkContext.clearJobTags(): Unit`
   - `SparkContext.cancelJobsWithTag(tag: String): Unit`
   
   into Java API.
   
   ### Why are the changes needed?
   
   For Java users. In addition, these will be used in Python implementation in 
SPARK-44194
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, it adds new API in Java.
   
   ### How was this patch tested?
   
   It's an alias so no tests added. These will be at least called once via 
PySpark when I work on SPARK-44194 so I don't worry about it too much.


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