Changes between Version 7 and Version 8 of NTUOSS160412/HW1


Ignore:
Timestamp:
Apr 11, 2016, 5:56:01 PM (8 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NTUOSS160412/HW1

    v7 v8  
    77{{{
    88~$ mkdir hw1_input
    9 ~$ echo "I like NTU Course." > hw1_input/input1
    10 ~$ echo "I like ntu Course, and we enjoy this course." > hw1_input/input2
     9~$ echo "I like NTU course" > hw1_input/input1
     10~$ echo "I like NTU course and we enjoy this course" > hw1_input/input2
    1111~$ hadoop fs -put hw1_input hw1_input
    1212~$ hadoop jar WordCount.jar hw1_input hw1_out