Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address comments
  • Loading branch information
HyukjinKwon committed Jan 28, 2019
commit b24a4ac40d5ebfe0d6f1ac9a2e2880a7b45b6e06
6 changes: 2 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,7 @@ of the most common options to set are:
shared with other non-JVM processes. When PySpark is run in YARN or Kubernetes, this memory
is added to executor resource requests.
<br/>
<em>Note:</em> Python memory usage may not be limited on platforms that do not support resource limiting, such as Windows.
<br/>
<em>Note:</em> Python memory usage is dependent on Python's 'resource' module; therefore, the behaviors and limitations are inherited.
<em>Note:</em> This feature is dependent on Python's `resource` module; therefore, the behaviors and limitations are inherited.
</td>
</tr>
<tr>
Expand Down Expand Up @@ -226,7 +224,7 @@ of the most common options to set are:
comma-separated list of multiple directories on different disks.

<br/>
<em>Note:</em> In Spark 1.0 and later this will be overridden by SPARK_LOCAL_DIRS (Standalone), MESOS_SANDBOX (Mesos) or
<em>Note:</em> This will be overridden by SPARK_LOCAL_DIRS (Standalone), MESOS_SANDBOX (Mesos) or
LOCAL_DIRS (YARN) environment variables set by the cluster manager.
</td>
</tr>
Expand Down