Changes between Version 12 and Version 13 of jazz/Hadoop_Lab6


Ignore:
Timestamp:
Mar 26, 2009, 12:29:23 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Hadoop_Lab6

    v12 v13  
    2020$ bin/hadoop dfs -mkdir input
    2121$ 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
    2323$ bin/hadoop dfs -put input1 input
    2424$ bin/hadoop dfs -put input2 input