aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorWangTaoTheTonic <barneystinson@aliyun.com>2014-09-17 21:59:23 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-09-17 21:59:41 -0700
commit32f2222e915f31422089139944a077e2cbd442f9 (patch)
tree1f1e6237580ba42ef9eb3e744a647e654819f1fb /docs/configuration.md
parent3f1f9744b176424e00d262256eba9bc721cef18b (diff)
downloadspark-32f2222e915f31422089139944a077e2cbd442f9.tar.gz
spark-32f2222e915f31422089139944a077e2cbd442f9.tar.bz2
spark-32f2222e915f31422089139944a077e2cbd442f9.zip
[SPARK-3565]Fix configuration item not consistent with document
https://issues.apache.org/jira/browse/SPARK-3565 "spark.ports.maxRetries" should be "spark.port.maxRetries". Make the configuration keys in document and code consistent. Author: WangTaoTheTonic <barneystinson@aliyun.com> Closes #2427 from WangTaoTheTonic/fixPortRetries and squashes the following commits: c178813 [WangTaoTheTonic] Use blank lines trigger Jenkins 646f3fe [WangTaoTheTonic] also in SparkBuild.scala 3700dba [WangTaoTheTonic] Fix configuration item not consistent with document (cherry picked from commit 3f169bfe3c322bf4344e13276dbbe34279b59ad0) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 65a422caab..9411230b0e 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -648,7 +648,7 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.port.maxRetries</code></td>
<td>16</td>
<td>
- Maximum number of retries when binding to a port before giving up.
+ Default maximum number of retries when binding to a port before giving up.
</td>
</tr>
<tr>