https://github.com/apache/spark
Revision 3afb3a20e670c73677ab96d6fe5fcb3380800f33 authored by shane knapp on 26 October 2018, 21:37:36 UTC, committed by Sean Owen on 26 October 2018, 21:40:56 UTC
the final line in the mvn helper script in build/ attempts to shut down the zinc server.  due to the zinc server being set up w/a 30min timeout, by the time the mvn test instantiation finishes, the server times out.

this means that when the mvn script tries to shut down zinc, it returns w/an exit code of 1.  this will then automatically fail the entire build (even if the build passes).

i set up a test build:
https://amplab.cs.berkeley.edu/jenkins/job/sknapp-testing-spark-branch-2.4-test-maven-hadoop-2.7/

Closes #22854 from shaneknapp/fix-mvn-helper-script.

Authored-by: shane knapp <incomplete@gmail.com>
Signed-off-by: Sean Owen <sean.owen@databricks.com>
(cherry picked from commit 6aa506394958bfb30cd2a9085a5e8e8be927de51)
Signed-off-by: Sean Owen <sean.owen@databricks.com>
1 parent 0a05cf9
History
Tip revision: 3afb3a20e670c73677ab96d6fe5fcb3380800f33 authored by shane knapp on 26 October 2018, 21:37:36 UTC
[SPARK-25854][BUILD] fix `build/mvn` not to fail during Zinc server shutdown
Tip revision: 3afb3a2

README.md

back to top