spark编译

一、编译

1.安装maven

#maven
export MAVEN_HOME=/home/pxj/app/apache-maven-3.6.3
export PATH=$MAVEN_HOME/bin:$PATH
#ant
export ANT_HOME=/home/pxj/app/apache-ant-1.10.7
export PATH=${ANT_HOME}/bin:$PATH

1.2.修改

vim  settings.xml
 <mirror>
    <id>alimaven</id>
    <name>aliyun maven</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    <mirrorOf>central</mirrorOf>
</mirror>

2.spark的编译

[pxj@pxj /home/pxj/app/spark-2.4.5]$cat pom.xml 
<repository>
      <!--
        This is used as a fallback when the first try fails.
      -->
      <id>cloudera</id>
     
      <url>http://repository.cloudera.com/artifactory/cloudera-repos/</url>
     
    </repository>

2.1make-distribution.sh 修改

[pxj@pxj /home/pxj/app/spark-2.4.5/dev]$vim make-distribution.sh 
VERSION=2.4.5
SCALA_VERSION=2.12.10
SPARK_HADOOP_VERSION=2.6.0-cdh5.16.2
SPARK_HIVE=1
#VERSION=("$MVN" help:evaluate -Dexpression=project.version $@ 2>/dev/null\
#    | grep -v "INFO"\
#    | grep -v "WARNING"\
#    | tail -n 1)
#SCALA_VERSION=$("$MVN" help:evaluate -Dexpression=scala.binary.version $@ 2>/dev/null\
#    | grep -v "INFO"\
#    | grep -v "WARNING"\
#    | tail -n 1)
#SPARK_HADOOP_VERSION=$("$MVN" help:evaluate -Dexpression=hadoop.version $@ 2>/dev/null\
#    | grep -v "INFO"\
#    | grep -v "WARNING"\
#    | tail -n 1)
#SPARK_HIVE=$("$MVN" help:evaluate -Dexpression=project.activeProfiles -pl sql/hive $@ 2>/dev/null\
#    | grep -v "INFO"\
#    | grep -v "WARNING"\
#    | fgrep --count "<id>hive</id>";\
#    # Reset exit status to 0, otherwise the script stops here if the last grep finds nothing\
#    # because we use "set -o pipefail"
#    echo -n)

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
作者:潘陈
日期:2020-03-21 0:45

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值