Changes between Version 5 and Version 6 of Streaming
- Timestamp:
- Sep 13, 2009, 3:58:21 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Streaming
v5 v6 10 10 * 最簡單的透過shell執行stream的map reduce: 11 11 {{{ 12 $ bin/hadoop jar hadoop-0.18.3-streaming.jar -input lab3_input -output stream-out1 -mapper /bin/cat -reducer /usr/bin/wc 12 $ bin/hadoop jar hadoop-0.18.3-streaming.jar -input lab3_input \ 13 -output stream-out1 -mapper /bin/cat -reducer /usr/bin/wc 13 14 }}} 14 15 * 輸出的結果為: