在dfs上建立目錄oop
hdfs dfs -mkdir -p /user/bjjh/inputcode
將本地文件上傳至dfsblog
bin/hdfs dfs -put wcinput/wc.input /user/bjjh/inputip
文件內容hadoop
lol lol dnf xxx xxx
使用wordcount分析文件
bin/hadoop jar share/hadoop/mapreduce/hadoop-mapreduce-examples-2.7.7.jar wordcount /user/bjjh/input /user/bjjh/output
ci
分析結果input
命令 hdfs dfs -cat /user/bjjh/output/p*
dnf 1
lol 2
xxx 2
執行過程當中 yarn頁面會有進度提示 執行結束後能夠看見以前執行的任務信息 yarn地址 ip:8088文件上傳