aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorNicholas Brown <nbrown@adroitdigital.com>2016-07-25 19:18:27 -0700
committerReynold Xin <rxin@databricks.com>2016-07-25 19:18:27 -0700
commitba0aade6d517364363e07ed09278c2b44110c33b (patch)
tree3aed3812d3a93f9a213cdca7124063e4fe646cb6 /docs/configuration.md
parent3fc456694151e766c551b4bc58ed7c9457777666 (diff)
downloadspark-ba0aade6d517364363e07ed09278c2b44110c33b.tar.gz
spark-ba0aade6d517364363e07ed09278c2b44110c33b.tar.bz2
spark-ba0aade6d517364363e07ed09278c2b44110c33b.zip
Fix description of spark.speculation.quantile
## What changes were proposed in this pull request? Minor doc fix regarding the spark.speculation.quantile configuration parameter. It incorrectly states it should be a percentage, when it should be a fraction. ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) I tried building the documentation but got some unidoc errors. I also got them when building off origin/master, so I don't think I caused that problem. I did run the web app and saw the changes reflected as expected. Author: Nicholas Brown <nbrown@adroitdigital.com> Closes #14352 from nwbvt/master.
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 86a9bd97d3..bf10b24819 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1174,7 +1174,7 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.speculation.quantile</code></td>
<td>0.75</td>
<td>
- Percentage of tasks which must be complete before speculation is enabled for a particular stage.
+ Fraction of tasks which must be complete before speculation is enabled for a particular stage.
</td>
</tr>
<tr>