[ 
https://issues.apache.org/jira/browse/SPARK-5930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336926#comment-14336926
 ] 

Apache Spark commented on SPARK-5930:
-------------------------------------

User 'srowen' has created a pull request for this issue:
https://github.com/apache/spark/pull/4769

> Documented default of spark.shuffle.io.retryWait is confusing
> -------------------------------------------------------------
>
>                 Key: SPARK-5930
>                 URL: https://issues.apache.org/jira/browse/SPARK-5930
>             Project: Spark
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.2.0
>            Reporter: Andrew Or
>            Priority: Trivial
>
> The description makes it sound like the retryWait itself defaults to 15 
> seconds, when it's actually 5. We should clarify this by changing the wording 
> a little...
> {code}
> <tr>
>   <td><code>spark.shuffle.io.retryWait</code></td>
>   <td>5</td>
>   <td>
>     (Netty only) Seconds to wait between retries of fetches. The maximum 
> delay caused by retrying
>     is simply <code>maxRetries * retryWait</code>, by default 15 seconds.
>   </td>
> </tr>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to