Changes between Version 20 and Version 21 of Streaming


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Streaming

    v20 v21  
    145145
    146146{{{
    147 $ bin/hadoop jar contrib/streaming/hadoop-0.18.3-streaming.jar \
    148 -mapper mapper.php -reducer reducer.php -input lab4_input -output stream_out2
     147$ bin/hadoop jar contrib/streaming/hadoop-0.18.3-streaming.jar  \
     148-mapper /opt/hadoop/mapper.php -reducer /opt/hadoop/reducer.php -input lab4_input -output stream_out2
    149149}}}
    150150
     
    152152
    153153{{{
    154 $ haddop dfs -cat stream_out2/part-00000 | more
     154$ bin/hadoop dfs -cat stream_out2/part-00000
    155155}}}
    156156