共计 769 个字符,预计需要花费 2 分钟才能阅读完成。
通过:cat /etc/issue 查看当前系统版本:
Ubuntu 12.04.3
通过:uname -ar 查看更想起信息:
Linux ubuntu-236 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
确定需要重新编译 Hadoop-2.2.0
编译过程可能会报错,需要修改下面文件:
由于源码有问题,需要进行修改,修改 hadoop-common-project/hadoop-auth/pom.xml 文件,添加如下内容:
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-util</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<scope>test</scope>
</dependency>
具体参考:http://www.linuxidc.com/Linux/2014-01/95938.htm
编译好的包下载:
免费下载地址在 http://linux.linuxidc.com/
用户名与密码都是 www.linuxidc.com
具体下载目录在 /2014 年资料 / 1 月 /28 日 /Hadoop-2.2.0 在 Unbuntu ADM64 中需要重新编译 Native Lib
下载方法见 http://www.linuxidc.com/Linux/2013-07/87684.htm