参考
https://blog.csdn.net/hxpjava1/article/details/88901521
https://blog.csdn.net/yulei_qq/article/details/93628864
https://www.cnblogs.com/zhisheng/p/10672709.html
下载blink源代码
maven的setting
<mirror> <id>nexus-aliyun</id> <mirrorOf>*,!jeecg,!jeecg-snapshots,!mapr-releases</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> </mirror> <mirror> <id>mapr-public</id> <mirrorOf>mapr-releases</mirrorOf> <name>mapr-releases</name> <url>https://maven.aliyun.com/repository/mapr-public</url> </mirror>
mvn clean install -Dmaven.test.skip=true -Dhadoop.version=2.7.7 -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true
解决npm的问题。
修改flink源码,改成淘宝nodejs仓库,flink-runtime-web/pom.xml
npm install 部分的arguments
ci --cache-max=0 --no-save 改为 install -g -registry=https://registry.npm.taobao.org --cache-max=0 --no-save