Changes between Version 2 and Version 3 of III140322/Lab9
- Timestamp:
- Mar 23, 2014, 1:32:47 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
III140322/Lab9
v2 v3 22 22 23 23 {{{ 24 ~$ hadoop fs -put / etc/hadoop/conf lab9_input24 ~$ hadoop fs -put /opt/hadoop/conf lab9_input 25 25 ~$ hadoop jar hadoop-streaming.jar -input lab9_input -output lab9_out1 -mapper /bin/cat -reducer /usr/bin/wc 26 26 ~$ hadoop fs -cat lab9_out1/part-00000