stephen80 发表于 2013-2-3 12:42:34

hadoop tut

download
tar -xzf
vi conf/hadooop-evn.sh: java_home=
bin/hadoop
mkdir -p temp/input
cp conf/*.xml temp/input
bin/hadoop jar hadoop-*-examples.jar grep temp/input temp/output 'dfs+'
cat temp/output/part-0000
页: [1]
查看完整版本: hadoop tut