Changes between Version 20 and Version 21 of Streaming
- Timestamp:
- Sep 13, 2009, 11:01:21 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Streaming
v20 v21 145 145 146 146 {{{ 147 $ bin/hadoop jar contrib/streaming/hadoop-0.18.3-streaming.jar \148 -mapper mapper.php -reducerreducer.php -input lab4_input -output stream_out2147 $ 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 149 149 }}} 150 150 … … 152 152 153 153 {{{ 154 $ haddop dfs -cat stream_out2/part-00000 | more154 $ bin/hadoop dfs -cat stream_out2/part-00000 155 155 }}} 156 156