操作具体步骤:
1.首先在确定Hadoop集群正常开启
2.建立hdfs 输入输出文件路径即hadoop fs -mkdir /dashuju/input和hadoop fs -mkdir /dashuju/output
3.将文件上传到hdfs上:hadoop fs -put /usr/java/hadoop/dashuju.txt /dashuju/input
4.在eclipse上部署WordCount程序。点击运行方式--运行配置--Java应用程序
hdfs://dashuju:9000/dashuju/input/dashuju.txt
hdfs://dashuju:9000/dashuju/output/
然后点击运行
5.打开DFS location--myhadoop--dashuju--output--part-r-00000
6.程序运行完成