Сбой теста zeppelin-python - PullRequest
       16

Сбой теста zeppelin-python

0 голосов
/ 31 мая 2018

теперь я установил zeppelin на своем локальном компьютере ... я хочу знать об исходном коде zeppelin

, но у меня проблемы ..

Сначала я получаю исходный кодкод на ПК с помощью get.затем сборка

mvn instll

имеет ошибки

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25:06 min
[INFO] Finished at: 2018-05-30T17:22:21+09:00
[INFO] Final Memory: 174M/1182M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project zeppelin-python: There are test failures.
[ERROR] 
[ERROR] Please refer to /Users/##pcname##/Documents/zeppelin/zeppelin-master/python/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-python
...