在飞艇的Web与凉亭Apache的飞艇构建过程失败 [英] Apache zeppelin build process failure in zeppelin-web with bower

查看:284
本文介绍了在飞艇的Web与凉亭Apache的飞艇构建过程失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图与Windows和babun / cygwin的本地建造飞艇。 本网站让我在正确的方向前进,但我碰到下面的错误时生成获取到Web应用程序:

I am trying to build zeppelin locally with windows and babun/cygwin. This site got me headed in the right direction, but I run into the following error when the build gets to Web Application:

[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 8) -> [Help 1]

我可以进入飞艇的Web 目录,然后运行亭子安装成功,但我不知道哪里何去何从?如果我尝试做 MVN安装-DskipTests ,它会尝试再次运行亭子命令。

I can go into the zeppelin-web directory and run bower install successfully, but I'm not sure where to go from here? If I try to do mvn install -DskipTests, it tries to run the bower command again.

如果我尝试前进,并试图在 ../齐柏林服务器来打造它会说,它无法找到飞艇的Web 依赖。

If I try to "move on" and attempt to build under ../zeppelin-server it will say that it can't find the zeppelin-web dependency.

我想,我想运行亭子安装手动,由该网站上面的建议,但我不知道从哪里里去?是否有可能拿起 MVN 离开的地方?任何帮助或指导将大大AP preciated。

I think I would like to run bower install manually, as suggested by the site above, but I'm not sure where to go from there? Is it possible to pick up mvn where it left off? Any help or guidance would be greatly appreciated.

推荐答案

我遇到了同样的问题。首先尝试去到zeppeling的Web组件,然后运行有MVN包-DskipTests。它应该给你什么是失败的更多详细信息:

I ran into the same problem. First try to go to the zeppeling-web component and run there mvn package -DskipTests. It should give you more details about what is failing:

cd zeppelin-web
mvn package -DskipTests

在我的情况下,它是用git代理一个问题,因为我在企业环境中我工作。在控制台上,发出命令:

In my case it was a problem with git proxies, since I am working in a corporate environment. At the console, issuing the command:

git config --global url."https://".insteadOf git://

做的伎俩。

这篇关于在飞艇的Web与凉亭Apache的飞艇构建过程失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆