Changes between Version 7 and Version 8 of NTUOSS160412/HW1
- Timestamp:
- Apr 11, 2016, 5:56:01 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NTUOSS160412/HW1
v7 v8 7 7 {{{ 8 8 ~$ mkdir hw1_input 9 ~$ echo "I like NTU Course." > hw1_input/input110 ~$ echo "I like ntu Course, and we enjoy this course." > hw1_input/input29 ~$ echo "I like NTU course" > hw1_input/input1 10 ~$ echo "I like NTU course and we enjoy this course" > hw1_input/input2 11 11 ~$ hadoop fs -put hw1_input hw1_input 12 12 ~$ hadoop jar WordCount.jar hw1_input hw1_out