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:
-
Mar 23, 2014, 1:32:47 PM (12 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 22 | 22 | |
| 23 | 23 | {{{ |
| 24 | | ~$ hadoop fs -put /etc/hadoop/conf lab9_input |
| | 24 | ~$ 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 |