You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/08/23 12:44:47 UTC

[GitHub] [spark] tgravescs commented on a diff in pull request #37627: [SPARK-40191][PYTHON][CORE][DOCS] Make pyspark.resource examples self-contained

tgravescs commented on code in PR #37627:
URL: https://github.com/apache/spark/pull/37627#discussion_r952570528


##########
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:
   missing E on ExecutorResourceRequest



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org