hello, everyone, I just build zeppelin from master successfully, and everything seemed good except that can not execute scala. then I re-build from master with test, comman as follows:
mvn clean package and here errors occur, can anyone tell me what's the errors mean and what can I do to make sure that all the tests can be executed successfully. Test error: -------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Zeppelin ........................................... SUCCESS [ 4.737 s] [INFO] Zeppelin: Zengine .................................. SUCCESS [ 22.836 s] [INFO] Zeppelin: Spark .................................... FAILURE [ 12.634 s] [INFO] Zeppelin: Markdown interpreter ..................... SKIPPED [INFO] Zeppelin: Shell interpreter ........................ SKIPPED [INFO] Zeppelin: web Application .......................... SKIPPED [INFO] Zeppelin: Server ................................... SKIPPED [INFO] Zeppelin: Packaging distribution ................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 40.707 s [INFO] Finished at: 2015-02-11T17:40:28+08:00 [INFO] Final Memory: 58M/365M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project zeppelin-spark: There are test failures. [ERROR] [ERROR] Please refer to /root/Desktop/zeppelin-build/spark/target/surefire-reports for the individual test results. [ERROR] -> [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :zeppelin-spark ---------------------------------------------------- --
