Changes between Version 5 and Version 6 of Streaming


Ignore:
Timestamp:
Sep 13, 2009, 3:58:21 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Streaming

    v5 v6  
    1010 * 最簡單的透過shell執行stream的map reduce:
    1111{{{
    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
    1314}}}
    1415   * 輸出的結果為: