HyukjinKwon commented on code in PR #37627:
URL: https://github.com/apache/spark/pull/37627#discussion_r952952883
##########
python/pyspark/resource/requests.py:
##########
@@ -175,6 +236,21 @@ def memoryOverhead(self, amount: str) ->
"ExecutorResourceRequests":
return self
def pysparkMemory(self, amount: str) -> "ExecutorResourceRequests":
+ """
+ Specify pyspark memory. The value specified will be converted to MiB.
+ This is a convenient API to add :class:`xecutorResourceRequest` for
"pyspark.memory"
Review Comment:
```suggestion
This is a convenient API to add :class:`ExecutorResourceRequest` for
"pyspark.memory"
```
--
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]