Ant 编译Hadoop-eclipse-plugin插件

前期配置

1.jdk 环境配置
2.ant 环境配置
ANT_HOME


ANT_HOME.png

Path


Path.png

3.下载 https://github.com/winghc/hadoop2x-eclipse-plugin/tree/master

4.编译

ant jar -Dversion=2.9.0 -Declipse.home=C:\Work\eclipse -Dhadoop.home=C:\Work\hadoop-2. 9.0

过程中可能包版本发生变化,要修改对应的版本号。
最后生成的 jar 会在
C:\Download\hadoop2x-eclipse-plugin\build\contrib\eclipse-plugin


Ant 编译Hadoop-eclipse-plugin插件_第1张图片
image.png

你可能感兴趣的:(Ant 编译Hadoop-eclipse-plugin插件)