标签:package sts mvn pom http TE pac 仓库 git
hortonworks的源码在github上能找到!
https://github.com/hortonworks/spark2-release
找到对应版本release源码后下载到本地
使用ubuntu进行编译,必须在unix下面编译
spark项目使用了hortonworks的私人远程库!
地址:http://nexus-private.hortonworks.com/nexus/content/groups/public
编译工具是maven,仓库配置方法:打开spark项目根目录下pom.xml,找到repositories节点,添加
<repository>
<id>public</id>
<url>http://nexus-private.hortonworks.com/nexus/content/groups/public</url>
</repository>
调用./build/mvn -DskipTests clean package 开始编译
标签:package sts mvn pom http TE pac 仓库 git
原文地址:https://www.cnblogs.com/yuanyifei1/p/9122880.html