Apache Hadoop Development Tools (HDT) is still in development phase. So, no official distribution of Hadoop 2.2.0 Eclipse Plugin is available now. But we can build the same using winghc/hadoop2x-eclipse-plugin. In this post, we'll build, install and configure the plugin with the Eclipse or any Eclipse based IDE (say, Spring Tool Suite) to ease the development activities using Hadoop framework.

The Hadoop Development Tools (HDT) is a set of plugins for the Eclipse IDE for developing against the Hadoop platform.

Currently we are in the process of porting the existing MapReduce tools from the Apache Hadoop project to allow working with multiple versions of Hadoop from within one IDE.

Come get involved as we move towards our first release!

This project is currently a member of the Apache Incubator, so check back for updates, or come join us dev@hdt.incubator.apache.org.

[root@localhost eclipse-plugin]# ant jar -Dversion=2.5.1 -Declipse.home=$ECLIPSE_HOME -Dhadoop.home=/usr/local/CDH

BUILD FAILED
/home/developer/developPlatform/hadoop2x-eclipse-plugin-master/src/contrib/eclipse-plugin/build.xml:117:
 Warning: Could not find file /usr/local/CDH/share/hadoop/common/lib/commons-lang-2.5.jar to copy.

BUILD FAILED
/home/developer/developPlatform/hadoop2x-eclipse-plugin-master/src/contrib/eclipse-plugin/build.xml:123:
 Warning: Could not find file /usr/local/CDH/share/hadoop/common/lib/hadoop-auth-2.2.0.jar to copy.
 
<copy file="${hadoop.home}/share/hadoop/common/lib/commons-lang-2.6.jar"  todir="${build.dir}/lib" verbose="true"/>
 
<copy file="${hadoop.home}/share/hadoop/common/lib/hadoop-auth-2.5.0-cdh5.2.0.jar"  todir="${build.dir}/lib" verbose="true"/>

最新文章

  1. ASP模拟POST请求异步提交数据的方法
  2. 打开MySQL数据库远程访问的权限
  3. JavaWeb 学习003-简单登录页面功能实现
  4. Mac删除JDK
  5. Teradata SQL programming
  6. js之oop &lt;三&gt;属性标签
  7. POJ - 1159 Palindrome(dp-回文变形)
  8. [转]Ubuntu下配置NFS服务
  9. ajax:$.get()
  10. HDU 1272 小希的迷宫 (水题)
  11. 【设计模式 - 20】之状态模式(State)
  12. ajax+json数据传输
  13. ubuntu 14.04 32位库
  14. php获取当前域名
  15. libusb 开发者指南-牛胜超(转)
  16. map映照容器的使用
  17. 第六十八天 js轮播图
  18. 函数式编程之-F#类型系统
  19. docker学习笔记一
  20. 导入导出Oracle

热门文章

  1. SensorThread线程
  2. MongoDB的地埋空间数据存储、空间索引以及空间查询
  3. Ubuntu jdk报Picked up JAVA_TOOL_OPTIONS信息解决
  4. jdk安装 java运行编译(不含语法)
  5. 考试必备神器-真题园手机客户端Android版1.1正式上线啦,欢迎大家下载使用!
  6. iOS之NSNotificationCenter通知中心使用事项
  7. iOS之Sqlite和FMDB
  8. 闲话shuffle(洗牌)算法
  9. 从Kali 2.0 转至 Kali Rolling
  10. 解决PL/SQL Developer中文乱码的问题