安装 zeppelin 时构建失败

Posted

技术标签:

【中文标题】安装 zeppelin 时构建失败【英文标题】:build fails while installing zeppelin 【发布时间】:2017-04-20 20:54:15 【问题描述】:

安装 zeppelin 时出现此错误

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.3:npm (npm build) on project zeppelin-web: Failed to run task: 'npm run build' failed. (error code 1) -> [Help 1]

我正在使用下面的命令来设置飞艇

mvn clean package -Pcassandra-spark-1.5 -Dhadoop.version=2.6.0 -Phadoop-2.6 -DskipTests

我的 maven 版本详细信息是

    Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00)
Maven home: /usr/local/apache-maven-3.3.9
Java version: 1.7.0_80, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-31-generic", arch: "amd64", family: "unix"

我被困在这里超过一天了。升级 maven,使用全新安装而不是全新包,升级 npm,仍然出现相同的错误。我正在使用 npm version: 3.10.9.

编辑: 通过在 zeppelin-web 中运行 npm run build 我得到以下错误

    npm ERR! Linux 4.4.0-31-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v7.2.0
npm ERR! npm  v4.0.3
npm ERR! code ELIFECYCLE
npm ERR! zeppelin-web@0.0.0 build: `grunt build`
npm ERR! Exit status 3
npm ERR! 
npm ERR! Failed at the zeppelin-web@0.0.0 build script 'grunt build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the zeppelin-web package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     grunt build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs zeppelin-web
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls zeppelin-web
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /root/zeppelin/zeppelin-web/npm-debug.log

编辑2: 使用incubator-zeppelin 而不是git clone https://github.com/apache/zeppelin.git 解决了它 谢谢

任何帮助将不胜感激!

【问题讨论】:

这是我对同一问题的解决方案:***.com/questions/40855207/… 关注了同一个链接!谢谢@Jarek 【参考方案1】:

您正在构建 Apache Zeppelin 的哪个版本\修订版?

在recent master 以及 0.6-branch 的前端构建中已解决一个错误,因此请确保您使用的是最新源。

获取前端构建的详细输出的最佳方法是手动在zeppelin-web 中执行npm run build 并使用npm 构建日志更新帖子。

【讨论】:

嗨!我用 npm run build o/p 更新了问题,并尝试修改该链接中提供的解决方案。但同样的错误.. @bzz 在 /root/zeppelin/zeppelin-web/npm-debug.log 中有什么错误日志吗?

以上是关于安装 zeppelin 时构建失败的主要内容,如果未能解决你的问题,请参考以下文章

构建 Apache Zeppelin 时构建失败

Apache - Zeppelin 在 Ubuntu 上构建失败

Zeppelin 构建失败

zeppelin 中的 Hello World 失败

构建 Apache Zeppelin 时出错

Apache zeppelin 进程死亡