1

spark 1.5.0 でソースから zeppelin をビルドしようとしていますが、以下のエラーでビルドに失敗しました

[bala@server incubator-zeppelin]$ mvn install -DskipTests -Dspark.version=1.5.0 -Dhadoop.version=2.6.0 -Drat.skip=true

...
...
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:bower (bower install) on project zeppelin-web: Failed to run task: 'bower --allow-root install' failed. (error code 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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :zeppelin-web

なぜこれが起こっているのか分かりません。

このマシンにはまだ Hadoop をインストールしていませんが、ビルド中に問題になることはないと思います。しかし、spark 1.5 がインストールされています。

その他詳細はこちら

bala@server incubator-zeppelin]$ bower --version
1.5.2
[bala@server incubator-zeppelin]$ npm --version
1.3.6
[bala@server incubator-zeppelin]$ node --version
v0.10.36
[bala@server incubator-zeppelin]$ mvn --version
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-   22T17:27:37+05:30)
Maven home: /home/bala/Software/apache-maven-3.3.3
Java version: 1.8.0_60, vendor: Oracle Corporation
Java home: /home/bala/Software/jdk1.8.0_60/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-229.14.1.el7.x86_64", arch: "amd64",    family: "unix"
[bala@server incubator-zeppelin]$ 

誰かがここで私を助けてくれますか?

4

1 に答える 1

0

これを修正しました。これは、適切なプロキシ設定を含む .bowerrc ファイルが見つからないために発生しました。このファイルを作成したら、ビルド プロセスは正常に完了しました。

ありがとう

于 2015-09-23T09:01:34.687 に答える