Repository: incubator-beam Updated Branches: refs/heads/master d75d8b2bb -> 6a05cf4a9
Revert "[BEAM-808] Increase "spark.port.maxRetries" to avoid BindException in ROS." This reverts commit ff5409f15a9f741f437c489b7de763cfa3c68278. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/f233d858 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/f233d858 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/f233d858 Branch: refs/heads/master Commit: f233d858810cacace21b05e525131f05b26e6380 Parents: d75d8b2 Author: Sela <[email protected]> Authored: Thu Nov 3 14:13:33 2016 +0200 Committer: Sela <[email protected]> Committed: Thu Nov 3 14:13:33 2016 +0200 ---------------------------------------------------------------------- runners/spark/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/f233d858/runners/spark/pom.xml ---------------------------------------------------------------------- diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml index e83aedf..71a3ac2 100644 --- a/runners/spark/pom.xml +++ b/runners/spark/pom.xml @@ -87,7 +87,6 @@ </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>
