HyukjinKwon commented on code in PR #41742:
URL: https://github.com/apache/spark/pull/41742#discussion_r1244038248
##########
core/src/main/scala/org/apache/spark/SparkContext.scala:
##########
@@ -2547,7 +2547,7 @@ class SparkContext(config: SparkConf) extends Logging {
/**
* Cancel active jobs that have the specified tag. See
`org.apache.spark.SparkContext.addJobTag`.
*
- * @param tag The tag to be added. Cannot contain ',' (comma) character.
+ * @param tag The tag to be cancelled. Cannot contain ',' (comma) character.
Review Comment:
Mind fixing `JavaSparkContext.cancelJobsWithTag` too since we're here? I
just copied and pasted it 😂
--
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]