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:
-
Mar 26, 2009, 12:29:23 PM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v12
|
v13
|
|
| 20 | 20 | $ bin/hadoop dfs -mkdir input |
| 21 | 21 | $ echo "I like NCHC Cloud Course." > input1 |
| 22 | | $ echo "I like nchc Cloud Course, and we enjoy this crouse." > input2 |
| | 22 | $ echo "I like nchc Cloud Course, and we enjoy this course." > input2 |
| 23 | 23 | $ bin/hadoop dfs -put input1 input |
| 24 | 24 | $ bin/hadoop dfs -put input2 input |