码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu下hadoop2.6在eclipse上的配置

时间:2015-06-02 12:49:46      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:

1.复制hadoop-eclipse-plugin-2.6.0.jar插件到eclipse的plugins目录下(hadoop2.6的插件,在hadoop自带上没有,要上网下载,多试几个

如果是从ubuntu自带的软件中心安装elcipse的话,则安装目录为:/usr/share/eclipse/dropins/sdk/plugins/
不是在/usr/share/eclipse/plugins

sudo cp hadoop-eclipse-plugin-2.6.0.jar /usr/share/eclipse/dropins/sdk/plugins/

 
2.重启eclipse,配置Hadoop installation directory    

     如果插件安装成功,打开Windows—Preferences后,在窗口左侧会有Hadoop Map/Reduce选项,点击此选项,在窗口右侧设置Hadoop安装路径。

     技术分享

3.配置Map/Reduce Locations
     打开Windows—Open Perspective—Other 选择Map/Reduce,点击OK


4.在右下方看到Map/Reduce Locations,点击Map/Reduce Location选项卡,点击右边小象图标,打开Hadoop Location配置窗口:

技术分享

注意:MR Master和DFS Master配置必须和mapred-site.xml和core-site.xml等配置文件一致

5.测试

用wordcount例子来测试,可参考http://www.cnblogs.com/aijianiula/p/3854372.html

ubuntu下hadoop2.6在eclipse上的配置

标签:

原文地址:http://www.cnblogs.com/aijianiula/p/4546021.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!