每日总结

本地运行模式(官方WordCount

1创建在hadoop-3.1.3文件下面创建一个wcinput文件夹

[atguigu@hadoop102 hadoop-3.1.3]$ mkdir wcinput

2wcinput文件下创建一个word.txt文件

[atguigu@hadoop102 hadoop-3.1.3]$ cd wcinput

3编辑word.txt文件

[atguigu@hadoop102 wcinput]$ vim word.txt

  • 在文件中输入如下内容

hadoop yarn

hadoop mapreduce

atguigu

atguigu

  • 保存退出::wq

4回到Hadoop目录/opt/module/hadoop-3.1.3

5执行程序

[atguigu@hadoop10hadoop-3.1.3]$ hadoop jar share/hadoop/mapreduce/hadoop-mapreduce-examples-3.1.3.jar wordcount wcinput wcoutput

6查看结果

[atguigu@hadoop10hadoop-3.1.3]$ cat wcoutput/part-r-00000

看到如下结果:

atguigu 2

hadoop  2

mapreduce       1

yarn    1

posted @ 2021-10-12 21:47  小萌新一枚lll  阅读(25)  评论(0编辑  收藏  举报