HyukjinKwon commented on code in PR #37517:
URL: https://github.com/apache/spark/pull/37517#discussion_r945722190
##########
python/pyspark/context.py:
##########
@@ -1485,25 +2192,47 @@ def setJobDescription(self, value: str) -> None:
def sparkUser(self) -> str:
"""
Get SPARK_USER for user who is running SparkContext.
+
+ .. versionadded:: 1.0.0
"""
return self._jsc.sc().sparkUser()
def cancelJobGroup(self, groupId: str) -> None:
"""
Cancel active jobs for the specified group. See
:meth:`SparkContext.setJobGroup`.
for more information.
+
+ .. versionadded:: 1.1.0
Review Comment:
```suggestion
.. versionadded:: 1.1.0
```
--
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]