Changes between Version 5 and Version 6 of Hinet130923/Lab11
- Timestamp:
- Sep 24, 2013, 1:52:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hinet130923/Lab11
v5 v6 19 19 * 如名稱,WordCount會對所有的字作字數統計,並且從a-z作排列[[BR]]WordCount example will count each word shown in documents and sorting from a to z. 20 20 {{{ 21 ~$ hadoop fs -put /etc/hadoop/conf lab11_input21 ~$ hadoop fs -put ${HOME}/hadoop/conf lab11_input 22 22 ~$ hadoop fs -rmr lab11_out2 23 ~$ hadoop jar hadoop-examples.jar wordcount lab11_input lab11_out223 ~$ hadoop jar ${HOME}/hadoop/hadoop-*-examples.jar wordcount lab11_input lab11_out2 24 24 }}} 25 25 * 檢查輸出結果的方法同之前方法[[BR]]Let's check the computed result of '''wordcount''' from HDFS :