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:
-
Oct 20, 2013, 4:26:38 PM (12 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 19 | 19 | cd ~/hadoop_labs/lab014 |
| 20 | 20 | ant |
| | 21 | hadoop fs -put l14_input l14_input |
| | 22 | hadoop fs -put pattern.txt pattern.txt |
| | 23 | hadoop jar WordCount.jar l14_input l14_output |
| | 24 | hadoop jar WordCount.jar -skip pattern.txt l14_input l14_output2 |
| 21 | 25 | }}} |