close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 25, 2011, 10:38:32 AM (15 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v28
|
v29
|
|
75 | 75 | $ jar -cvf wordcount.jar -C MyJava . |
76 | 76 | $ bin/hadoop jar wordcount.jar WordCount lab4_input/ lab4_out1/ |
77 | | $ bin/hadoop fs -cat lab4_out1/part-00000 |
| 77 | $ bin/hadoop fs -cat lab4_out1/part-r-00000 |
78 | 78 | }}} |
79 | 79 | |