close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Sep 13, 2009, 8:58:28 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v17
|
v18
|
|
| 35 | 35 | {{{ |
| 36 | 36 | $ bin/hadoop jar contrib/streaming/hadoop-0.18.3-streaming.jar \ |
| 37 | | -input lab3_input -output stream-out1 -mapper /bin/cat -reducer /usr/bin/wc |
| | 37 | -input lab4_input -output stream-out1 -mapper /bin/cat -reducer /usr/bin/wc |
| 38 | 38 | }}} |
| 39 | 39 | |