码迷,mamicode.com
首页 > 其他好文 > 详细

hadoop 源码编译

时间:2019-08-25 17:51:50      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:ant   tps   pre   nbsp   yun   ali   alt   tar   profile   

hadoop 源码编译

 

1、准备jar

     1) hadoop-2.7.2-src.tar.gz

     2) jdk-8u144-linux-x64.tar.gz

     3) apach-ant-1.9.9-bin.tar.gz

      4) apache-maven-3.0.5-bin.tar.gz

      5) protobuf-2.5.0.tar.gz

 

2、

2.1、maven 配置

    下载 3.0.5 版本 https://archive.apache.org/dist/maven/maven-3/3.0.5/binaries/

      技术图片 

    放到 /opt/module 下面 tar -zxvf 解压

        再 "vi conf/settings.xml" 配置镜像地址

<mirror>
<id>nexus-aliyun</id>
<mirrorOf>central</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

      配置maven路径 vi /etc/profile

#MAVEN_HOME
export MAVEN_HOME=#MAVEN_HOME
export MAVEN_HOME=/opt/module/apache-maven-3.0.5
export PATH=$PATH:$MAVEN_HOME/bin

 2.2、

     下载 https://archive.apache.org/dist/ant/binaries/

       技术图片

   解压,再

#ANT_HOME
export ANT_HOME=/opt/module/apache-ant-1.9.9
export PATH=$PATH:$ANT_HOME/bin

  安装 glibc-header, g++, make, cmake

#yum install glibc-headers
#yum install gcc-c++
#yum install make
#yum install cmake

  

 

  

 

hadoop 源码编译

标签:ant   tps   pre   nbsp   yun   ali   alt   tar   profile   

原文地址:https://www.cnblogs.com/Jomini/p/11408034.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!