简体   繁体   English

Apache Bigtop无法构建

[英]Apache Bigtop not building

I'm following these instruction for setting up Apache Bigtop , to eventually support me running Oozie. 我正在遵循这些说明来设置Apache Bigtop ,以最终支持我运行Oozie。 I'm trying to use Bigtop because the Oozie website recommends the use of Bigtop if I want to run my Oozie install on Hadoop 2+. 我正在尝试使用Bigtop,因为如果要在Hadoop 2+上运行Oozie安装,Oozie网站建议使用Bigtop。

After running the step 运行步骤后

make hadoop-deb

I get the following error message (full message HERE ): 我收到以下错误消息(完整消息HERE ):

[INFO]
------------------------------------------------------------------------ 
[INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop Main ................................ FAILURE [1:50.288s] [INFO] Apache Hadoop Project POM ......................... SKIPPED ... ... ...
...
...
...
...
...
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:55.412s
[INFO] Finished at: Mon Sep 15 14:14:17 PDT 2014
[INFO] Final Memory: 71M/434M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:stage (default-cli) on project hadoop-main: Execution default-cli of goal org.apache.maven.plugins:maven-site-plugin:3.3:stage failed: A required class was missing while executing org.apache.maven.plugins:maven-site-plugin:3.3:stage: org/apache/commons/lang/StringUtils

Scouring the web, some people say this can be fixed by manually deleting your /.m2 repo and then rebuilding. 上网搜索时,有人说可以通过手动删除/.m2存储库然后重建来解决此问题。 I've tried this to no avail. 我尝试了一下都没有用。

I'm using Ubuntu 14.04, fully updated, with Java openjdk7. 我正在使用带有Java openjdk7的完全更新的Ubuntu 14.04。 The only different between what I did and the instructions was that I have Maven installed directly from apt-get, and thus I replaced the MAVEN_HOME location the instructions use with my own. 我所做的与指示之间的唯一区别是,我直接从apt-get安装了Maven,因此我用自己的指示替换了MAVEN_HOME的位置。

This info might also be helpful... 此信息可能也有帮助...

mherbst@Oozing:~/bigtop$ mvn -version
Apache Maven 3.0.5
Maven home: /usr/share/maven
Java version: 1.7.0_65, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-35-generic", arch: "amd64", family: "unix"

Any ideas what might be the issue? 任何想法可能是什么问题? I realize I'm using a slightly newer version of Ubuntu than when the guide was written, but I don't think that's the problem. 我意识到我使用的Ubuntu版本要比编写指南时要新,但是我不认为这是问题所在。 This seems to be some type of Java/Maven dependency issue. 这似乎是某种类型的Java / Maven依赖问题。

Where are you getting your BigTop installation instructions? 您从哪里获得BigTop安装说明? I don't remember running maven as part of the install. 我不记得在安装过程中运行过Maven。

BigTop doesn't work on Ubuntu 14.04. BigTop在Ubuntu 14.04上不起作用。 There's a problem with at least one dependency (fuse-utils). 至少一个依赖项(fuse-utils)存在问题。 Try Ubuntu 12.02 LTS. 试试Ubuntu 12.02 LTS。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM