Windows用Eclipse来开发hadoop的WordCount的helloworld

[学习笔记]

2.Win7用Eclipse来开发hadoop的WordCount的helloworld
网上下载hadoop-eclipse-plugin-2.7.4.jar,将该jar包拷贝到Eclipse安装目录下的dropins文件夹下,我的目录是C:\Users\test\eclipse\jee-oxygen\eclipse\dropins,然后重启Eclipse就可以看到MapReduce选项了。
2)启动eclipse,点开Windows->preferences,弹出如下对话框,设置hadoop的安装目录。

Windows用Eclipse来开发hadoop的WordCount的helloworld_第1张图片

在其中选中Map/ReduceLocations,点击Open后将成功添加Map/ReduceLocations窗口,点击右侧的小象图标创建New Hadoop Location,如下图:

Windows用Eclipse来开发hadoop的WordCount的helloworld_第2张图片

Port=9000信息一定要与core-site.xml文件中的配置信息一致,这样底下的DFSLocations就能显示出这个HDFS的根目录下的东西了。


fs.defaultFS
hdfs://localhost:9000

文章转载自原文:https://blog.csdn.net/qq_44594249/article/details/95358993

你可能感兴趣的:(Windows用Eclipse来开发hadoop的WordCount的helloworld)