Thomas Graves created SPARK-10432:
-------------------------------------

             Summary: spark.port.maxRetries documentation is unclear
                 Key: SPARK-10432
                 URL: https://issues.apache.org/jira/browse/SPARK-10432
             Project: Spark
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.5.0
            Reporter: Thomas Graves


The documentation for spark.port.maxRetries says:

spark.port.maxRetries   16      Default maximum number of retries when binding 
to a port before giving up.

But what really happens when the port for that service is not 0 is:

   * Each subsequent attempt uses 1 + the port used in the previous attempt 
(unless the port is 0).





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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to