Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/7878#discussion_r38283921
--- Diff: dev/run-tests.py ---
@@ -227,11 +228,32 @@ def build_spark_documentation():
os.chdir(SPARK_HOME)
+def get_zinc_port():
+ """
+ Get a randomized port on which to start Zinc
+ """
+ return random.randrange(3030, 4030)
--- End diff --
This logic is identical to that hard coded in the bash scripts that run the
maven builds, in the past they've never failed for this reason.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]