You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by zsxwing <gi...@git.apache.org> on 2015/04/21 10:53:13 UTC

[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

GitHub user zsxwing opened a pull request:

    https://github.com/apache/spark/pull/5607

    [SPARK-6490][Docs] Add docs for rpc configurations

    Added docs for rpc configurations and also fixed two places that should have been fixed in #5595.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zsxwing/spark SPARK-6490-docs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/5607.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5607
    
----
commit 1c2cf26c91c99738175fae18f8d49abfd8e75843
Author: zsxwing <zs...@gmail.com>
Date:   2015-04-21T08:36:26Z

    Add docs for rpc configurations

commit 4f07174033fed7b99ae2599bbbbd99ff8ff38c9d
Author: zsxwing <zs...@gmail.com>
Date:   2015-04-21T08:50:40Z

    Fix unit tests

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by zsxwing <gi...@git.apache.org>.
Github user zsxwing commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94975987
  
    Updated docs and the timeout.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by rxin <gi...@git.apache.org>.
Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5607#discussion_r28833940
  
    --- Diff: core/src/main/scala/org/apache/spark/util/RpcUtils.scala ---
    @@ -48,11 +48,13 @@ object RpcUtils {
     
       /** Returns the default Spark timeout to use for RPC ask operations. */
       def askTimeout(conf: SparkConf): FiniteDuration = {
    -    conf.getTimeAsSeconds("spark.rpc.askTimeout", "30s") seconds
    +    conf.getTimeAsSeconds("spark.rpc.askTimeout",
    +      conf.get("spark.network.timeout", "30s")) seconds
    --- End diff --
    
    can we change it to the same timeout where we set for spark.network.timeout else where? I think we use a number higher than 30s.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94794355
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/30667/
    Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-95001269
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/30714/
    Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/5607


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94794324
  
      [Test build #30667 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30667/consoleFull) for   PR 5607 at commit [`4f07174`](https://github.com/apache/spark/commit/4f07174033fed7b99ae2599bbbbd99ff8ff38c9d).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `    case class Data(boundary: Double, prediction: Double)`
      * `class DateConverter(object):`
      * `class DatetimeConverter(object):`
    
     * This patch does not change any dependencies.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by rxin <gi...@git.apache.org>.
Github user rxin commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94880443
  
    Can you also change the default timeout? Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94983705
  
      [Test build #30714 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30714/consoleFull) for   PR 5607 at commit [`25a6736`](https://github.com/apache/spark/commit/25a6736d545ed4e971cc7ed54fe5d01de2862716).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94754187
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/30659/
    Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by rxin <gi...@git.apache.org>.
Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5607#discussion_r28833941
  
    --- Diff: core/src/main/scala/org/apache/spark/util/RpcUtils.scala ---
    @@ -48,11 +48,13 @@ object RpcUtils {
     
       /** Returns the default Spark timeout to use for RPC ask operations. */
       def askTimeout(conf: SparkConf): FiniteDuration = {
    -    conf.getTimeAsSeconds("spark.rpc.askTimeout", "30s") seconds
    +    conf.getTimeAsSeconds("spark.rpc.askTimeout",
    +      conf.get("spark.network.timeout", "30s")) seconds
       }
     
       /** Returns the default Spark timeout to use for RPC remote endpoint lookup. */
       def lookupTimeout(conf: SparkConf): FiniteDuration = {
    -    conf.getTimeAsSeconds("spark.rpc.lookupTimeout", "30s") seconds
    +    conf.getTimeAsSeconds("spark.rpc.lookupTimeout",
    +      conf.get("spark.network.timeout", "30s")) seconds
    --- End diff --
    
    here too


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94740295
  
    LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94754148
  
    **[Test build #30659 timed out](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30659/consoleFull)**     for PR 5607 at commit [`4f07174`](https://github.com/apache/spark/commit/4f07174033fed7b99ae2599bbbbd99ff8ff38c9d)     after a configured wait of `150m`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by rxin <gi...@git.apache.org>.
Github user rxin commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94994931
  
    Thanks. I've merged this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by rxin <gi...@git.apache.org>.
Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5607#discussion_r28801849
  
    --- Diff: docs/configuration.md ---
    @@ -982,6 +982,34 @@ Apart from these, the following properties are also available, and may be useful
         This is only relevant for the Spark shell.
       </td>
     </tr>
    +<tr>
    +  <td><code>spark.rpc.numRetries</code></td>
    +  <td>3</td>
    +    How many times for an RPC ask operation to retry before giving up.
    +  <td>
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.rpc.retry.wait</code></td>
    +  <td>3s</td>
    +  <td>
    +    How long for an RPC ask operation to wait before starting the next retry.
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.rpc.askTimeout</code></td>
    +  <td>30s</td>
    +  <td>
    +    How long for an RPC ask operation to wait before timing out.
    --- End diff --
    
    Duration ...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94758610
  
      [Test build #30667 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30667/consoleFull) for   PR 5607 at commit [`4f07174`](https://github.com/apache/spark/commit/4f07174033fed7b99ae2599bbbbd99ff8ff38c9d).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94993492
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/30713/
    Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by zsxwing <gi...@git.apache.org>.
Github user zsxwing commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94757730
  
    retest this please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94976131
  
      [Test build #30713 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30713/consoleFull) for   PR 5607 at commit [`6e37c30`](https://github.com/apache/spark/commit/6e37c30f5daa028d1d38908821ce348862bb8bf9).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by rxin <gi...@git.apache.org>.
Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5607#discussion_r28801830
  
    --- Diff: docs/configuration.md ---
    @@ -982,6 +982,34 @@ Apart from these, the following properties are also available, and may be useful
         This is only relevant for the Spark shell.
       </td>
     </tr>
    +<tr>
    +  <td><code>spark.rpc.numRetries</code></td>
    +  <td>3</td>
    +    How many times for an RPC ask operation to retry before giving up.
    --- End diff --
    
    Number of times to retry before an RPC task gives up.
    
    (We should also indicate whether 1 = retry once, or 1 = run it once in total)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by zsxwing <gi...@git.apache.org>.
Github user zsxwing commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94983030
  
    Increased the default timeout to 120s


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by vanzin <gi...@git.apache.org>.
Github user vanzin commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94878718
  
    LGTM.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-95001261
  
      [Test build #30714 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30714/consoleFull) for   PR 5607 at commit [`25a6736`](https://github.com/apache/spark/commit/25a6736d545ed4e971cc7ed54fe5d01de2862716).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.
     * This patch **adds the following new dependencies:**
       * `commons-math3-3.4.1.jar`
       * `snappy-java-1.1.1.7.jar`
    
     * This patch **removes the following dependencies:**
       * `commons-math3-3.1.1.jar`
       * `snappy-java-1.1.1.6.jar`



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94710880
  
      [Test build #30659 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30659/consoleFull) for   PR 5607 at commit [`4f07174`](https://github.com/apache/spark/commit/4f07174033fed7b99ae2599bbbbd99ff8ff38c9d).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by rxin <gi...@git.apache.org>.
Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5607#discussion_r28801842
  
    --- Diff: docs/configuration.md ---
    @@ -982,6 +982,34 @@ Apart from these, the following properties are also available, and may be useful
         This is only relevant for the Spark shell.
       </td>
     </tr>
    +<tr>
    +  <td><code>spark.rpc.numRetries</code></td>
    +  <td>3</td>
    +    How many times for an RPC ask operation to retry before giving up.
    +  <td>
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.rpc.retry.wait</code></td>
    +  <td>3s</td>
    +  <td>
    +    How long for an RPC ask operation to wait before starting the next retry.
    --- End diff --
    
    Duration for an ...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94993483
  
      [Test build #30713 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30713/consoleFull) for   PR 5607 at commit [`6e37c30`](https://github.com/apache/spark/commit/6e37c30f5daa028d1d38908821ce348862bb8bf9).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.
     * This patch does not change any dependencies.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by rxin <gi...@git.apache.org>.
Github user rxin commented on the pull request:

    https://github.com/apache/spark/pull/5607#issuecomment-94984010
  
    LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-6490][Docs] Add docs for rpc configurat...

Posted by vanzin <gi...@git.apache.org>.
Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5607#discussion_r28800959
  
    --- Diff: docs/configuration.md ---
    @@ -982,6 +982,34 @@ Apart from these, the following properties are also available, and may be useful
         This is only relevant for the Spark shell.
       </td>
     </tr>
    +<tr>
    +  <td><code>spark.rpc.numRetries</code></td>
    +  <td>3</td>
    +    How many times for an RPC ask operation to retry before giving up.
    +  <td>
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.rpc.retry.wait</code></td>
    +  <td>3s</td>
    +  <td>
    +    How long for an RPC ask operation to wait before starting the next retry.
    --- End diff --
    
    nit: "before retrying"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org