Repository: spark
Updated Branches:
  refs/heads/branch-2.0 9d581dc61 -> 3d3547487


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 <nbr...@adroitdigital.com>

Closes #14352 from nwbvt/master.

(cherry picked from commit ba0aade6d517364363e07ed09278c2b44110c33b)
Signed-off-by: Reynold Xin <r...@databricks.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3d354748
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3d354748
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3d354748

Branch: refs/heads/branch-2.0
Commit: 3d35474872d3b117abc3fc7debcb1eb6409769d6
Parents: 9d581dc
Author: Nicholas Brown <nbr...@adroitdigital.com>
Authored: Mon Jul 25 19:18:27 2016 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Mon Jul 25 19:18:33 2016 -0700

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/3d354748/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 86a9bd9..bf10b24 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to