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:41:33 AM (15 years ago)
- Author:
-
shunfa
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v29
|
v30
|
|
114 | 114 | $ jar -cvf wordcount2.jar -C MyJava2 . |
115 | 115 | $ bin/hadoop jar wordcount2.jar WordCount2 lab4_input lab4_out2 -skip pattern.txt |
116 | | $ bin/hadoop fs -cat lab4_out2/part-00000 |
| 116 | $ bin/hadoop fs -cat lab4_out2/part-r-00000 |
117 | 117 | }}} |
118 | 118 | |