close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Mar 26, 2009, 12:01:39 PM (16 years ago)
- Author:
-
ceasar
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
34 | 34 | $ jar -cvf wordcount2.jar -C MyJava2 . |
35 | 35 | $ bin/hadoop jar wordcount2.jar WordCount2 input output2 -skip pattern.txt |
36 | | $ dfs -cat output2/part-00000 |
| 36 | $ bin/hadoop dfs -cat output2/part-00000 |
37 | 37 | $ bin/hadoop jar wordcount2.jar WordCount2 -Dwordcount.case.sensitive=false input output3 -skip pattern.txt |
38 | | $ dfs -cat output3/part-00000 |
| 38 | $ bin/hadoop dfs -cat output3/part-00000 |
39 | 39 | }}} |