File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,10 @@ of the most common options to set are:
190190 and it is up to the application to avoid exceeding the overhead memory space
191191 shared with other non-JVM processes. When PySpark is run in YARN or Kubernetes, this memory
192192 is added to executor resource requests.
193-
194- NOTE: Python memory usage may not be limited on platforms that do not support resource limiting, such as Windows.
195- NOTE: Python memory usage is dependent on Python's 'resource' module; therefore, the behaviors and limitations are inherited.
193+ <br/>
194+ <em>Note:</em> Python memory usage may not be limited on platforms that do not support resource limiting, such as Windows.
195+ <br/>
196+ <em>Note:</em> Python memory usage is dependent on Python's 'resource' module; therefore, the behaviors and limitations are inherited.
196197 </td >
197198</tr >
198199<tr >
@@ -224,7 +225,8 @@ of the most common options to set are:
224225 stored on disk. This should be on a fast, local disk in your system. It can also be a
225226 comma-separated list of multiple directories on different disks.
226227
227- NOTE: In Spark 1.0 and later this will be overridden by SPARK_LOCAL_DIRS (Standalone), MESOS_SANDBOX (Mesos) or
228+ <br/>
229+ <em>Note:</em> In Spark 1.0 and later this will be overridden by SPARK_LOCAL_DIRS (Standalone), MESOS_SANDBOX (Mesos) or
228230 LOCAL_DIRS (YARN) environment variables set by the cluster manager.
229231 </td >
230232</tr >
You can’t perform that action at this time.
0 commit comments