Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Not A Bug
-
0.3
-
None
-
None
-
Linux quickstart.cloudera 2.6.32-573.el6.x86_64 #1 SMP Thu Jul 23 15:44:03 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Description
I followed all the instructions on https://github.com/cloudera/livy but after executing
mvn package
I receive the following error:
[...]
ImportError: No module named setuptools_scm.integration
[...]
[INFO] livy-main ......................................... SUCCESS [3.656s]
[INFO] livy-api .......................................... SUCCESS [5.537s]
[INFO] livy-client-common ................................ SUCCESS [4.575s]
[INFO] livy-test-lib ..................................... SUCCESS [0.352s]
[INFO] livy-rsc .......................................... SUCCESS [49.099s]
[INFO] multi-scala-project-root .......................... SUCCESS [2.350s]
[INFO] livy-core-parent .................................. SUCCESS [0.044s]
[INFO] livy-core_2.10 .................................... SUCCESS [2.447s]
[INFO] livy-repl-parent .................................. SUCCESS [3.060s]
[INFO] livy-repl_2.10 .................................... SUCCESS [1:31.014s]
[INFO] livy-core_2.11 .................................... SUCCESS [2.019s]
[INFO] livy-repl_2.11 .................................... SUCCESS [1:44.948s]
[INFO] livy-server ....................................... SUCCESS [1:01.304s]
[INFO] livy-assembly ..................................... SUCCESS [3.478s]
[INFO] livy-client-http .................................. SUCCESS [9.757s]
[INFO] livy-scala-api-parent ............................. SUCCESS [0.081s]
[INFO] livy-scala-api_2.10 ............................... SUCCESS [20.952s]
[INFO] livy-scala-api_2.11 ............................... SUCCESS [21.472s]
[INFO] minicluster-dependencies-parent ................... SUCCESS [0.151s]
[INFO] minicluster-dependencies_2.10 ..................... SUCCESS [2.605s]
[INFO] minicluster-dependencies_2.11 ..................... SUCCESS [2.241s]
[INFO] livy-integration-test ............................. SUCCESS [0.293s]
[INFO] livy-coverage-report .............................. SUCCESS [2.114s]
[INFO] livy-examples ..................................... SUCCESS [0.164s]
[INFO] livy-python-api ................................... FAILURE [12.834s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:47.016s
[INFO] Finished at: Thu Mar 23 08:11:58 PDT 2017
[INFO] Final Memory: 50M/481M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (python-api install) on project livy-python-api: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :livy-python-api
Searched on internet but seems that this kind of error is not well documented.
Can you please help?
Thanks in advance