美文网首页Hadoop
Ant 编译Hadoop-eclipse-plugin插件

Ant 编译Hadoop-eclipse-plugin插件

作者: 2010jing | 来源:发表于2018-02-13 12:34 被阅读32次

    前期配置

    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


    image.png

    相关文章

      网友评论

        本文标题:Ant 编译Hadoop-eclipse-plugin插件

        本文链接:https://www.haomeiwen.com/subject/rqsjtftx.html