Github user skonto commented on the issue:
https://github.com/apache/spark/pull/21542
I see errors when I build lcoally on my machine:
```
[ERROR] Failed to execute goal
com.github.spotbugs:spotbugs-maven-plugin:3.1.3:spotbugs (spotbugs) on project
spark-network-common_2.11: Execution spotbugs of goal
com.github.spotbugs:spotbugs-maven-plugin:3.1.3:spotbugs failed: Timeout:
killed the sub-process -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :spark-network-common_2.11
org.apache.tools.ant.ExitException: Permission
("java.lang.RuntimePermission" "exitVM") was not granted.
at
org.apache.tools.ant.types.Permissions$MySM.checkExit(Permissions.java:194)
at java.lang.Runtime.exit(Runtime.java:107)
at java.lang.System.exit(System.java:971)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:358)
Exception in thread "main" org.apache.tools.ant.ExitException: Permission
("java.lang.RuntimePermission" "exitVM") was not granted.
at
org.apache.tools.ant.types.Permissions$MySM.checkExit(Permissions.java:194)
at java.lang.Runtime.exit(Runtime.java:107)
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]