Changes between Version 2 and Version 3 of Hadoop_Lab4


Ignore:
Timestamp:
Sep 13, 2009, 3:01:44 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hadoop_Lab4

    v2 v3  
    1313$ cd /opt/hadoop
    1414$ 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
    2019}}}
    2120