Changes between Version 2 and Version 3 of Hadoop_Lab4
- Timestamp:
- Sep 13, 2009, 3:01:44 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hadoop_Lab4
v2 v3 13 13 $ cd /opt/hadoop 14 14 $ bin/hadoop fs -mkdir input 15 $ echo "I like NCHC Cloud Course." > input1 16 $ echo "I like nchc Cloud Course, and we enjoy this course." > input2 17 $ bin/hadoop fs -put input1 input 18 $ bin/hadoop fs -put input2 input 19 $ bin/hadoop fs -ls input 15 $ echo "I like NCHC Cloud Course." > lab4_input/input1 16 $ echo "I like nchc Cloud Course, and we enjoy this course." > lab4_input/input2 17 $ bin/hadoop fs -put lab4_input lab4_input 18 $ bin/hadoop fs -ls lab4_input 20 19 }}} 21 20