xuyongcai / hadooptrain

学习hadoop的一些练习

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hadooptrain

对应的数据

chapter04 -> note/access.txt

chapter05 -> note/user_login.txt

mapreduce -> note/word.txt

快速运行

1.把需要用到的数据上传到hdfs中

2.如:运行mapreducre的WordCountApp

hadoop jar hadoop-train-1.0.jar com.xuyongcai.hadoop.mapreduce.WordCountApp /data/word.log /data/ouput

About

学习hadoop的一些练习


Languages

Language:Java 97.6%Language:Shell 2.4%