Repository: incubator-beam
Updated Branches:
  refs/heads/master 2c0d0f476 -> 529f266ae


[BEAM-808] Increase "spark.port.maxRetries" to avoid BindException in ROS.


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/ff5409f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/ff5409f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/ff5409f1

Branch: refs/heads/master
Commit: ff5409f15a9f741f437c489b7de763cfa3c68278
Parents: 2c0d0f4
Author: Sela <ans...@paypal.com>
Authored: Mon Oct 24 21:52:03 2016 +0300
Committer: Sela <ans...@paypal.com>
Committed: Wed Nov 2 14:53:16 2016 +0200

----------------------------------------------------------------------
 runners/spark/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/ff5409f1/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index 71a3ac2..e83aedf 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -87,6 +87,7 @@
                     </beamTestPipelineOptions>
                     
<beam.spark.test.reuseSparkContext>true</beam.spark.test.reuseSparkContext>
                     <spark.ui.enabled>false</spark.ui.enabled>
+                    <spark.port.maxRetries>64</spark.port.maxRetries>
                   </systemPropertyVariables>
                 </configuration>
               </execution>

Reply via email to