aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorWangTaoTheTonic <barneystinson@aliyun.com>2014-10-16 19:12:39 -0700
committerAndrew Or <andrewor14@gmail.com>2014-10-16 19:12:57 -0700
commite7f4ea8a52f0d3d56684b4f9caadce978eac4816 (patch)
tree7c7dac5337aa21b6866090013fcc5a096481cec3 /docs/configuration.md
parent642b246beb7879978d31f2e6e97de7e06c74dcb7 (diff)
downloadspark-e7f4ea8a52f0d3d56684b4f9caadce978eac4816.tar.gz
spark-e7f4ea8a52f0d3d56684b4f9caadce978eac4816.tar.bz2
spark-e7f4ea8a52f0d3d56684b4f9caadce978eac4816.zip
[SPARK-3890][Docs]remove redundant spark.executor.memory in doc
Introduced in https://github.com/pwendell/spark/commit/f7e79bc42c1635686c3af01eef147dae92de2529, I'm not sure why we need two spark.executor.memory here. Author: WangTaoTheTonic <barneystinson@aliyun.com> Author: WangTao <barneystinson@aliyun.com> Closes #2745 from WangTaoTheTonic/redundantconfig and squashes the following commits: e7564dc [WangTao] too long line fdbdb1f [WangTaoTheTonic] trivial workaround d06b6e5 [WangTaoTheTonic] remove redundant spark.executor.memory in doc
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 8515ee0451..f0204c640b 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -162,14 +162,6 @@ Apart from these, the following properties are also available, and may be useful
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
- <td><code>spark.executor.memory</code></td>
- <td>512m</td>
- <td>
- Amount of memory to use per executor process, in the same format as JVM memory strings
- (e.g. <code>512m</code>, <code>2g</code>).
- </td>
-</tr>
-<tr>
<td><code>spark.executor.extraJavaOptions</code></td>
<td>(none)</td>
<td>
@@ -365,7 +357,7 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.ui.port</code></td>
<td>4040</td>
<td>
- Port for your application's dashboard, which shows memory and workload data
+ Port for your application's dashboard, which shows memory and workload data.
</td>
</tr>
<tr>
@@ -880,8 +872,8 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.scheduler.revive.interval</code></td>
<td>1000</td>
<td>
- The interval length for the scheduler to revive the worker resource offers to run tasks.
- (in milliseconds)
+ The interval length for the scheduler to revive the worker resource offers to run tasks
+ (in milliseconds).
</td>
</tr>
</tr>
@@ -893,7 +885,7 @@ Apart from these, the following properties are also available, and may be useful
to wait for before scheduling begins. Specified as a double between 0 and 1.
Regardless of whether the minimum ratio of resources has been reached,
the maximum amount of time it will wait before scheduling begins is controlled by config
- <code>spark.scheduler.maxRegisteredResourcesWaitingTime</code>
+ <code>spark.scheduler.maxRegisteredResourcesWaitingTime</code>.
</td>
</tr>
<tr>