Changes between Version 1 and Version 2 of Hinet130923/Lab4


Ignore:
Timestamp:
Sep 23, 2013, 12:32:08 AM (11 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hinet130923/Lab4

    v1 v2  
    2626
    2727{{{
    28 ~$ hadoop fs -put /opt/hadoop/conf input
     28~$ hadoop fs -put ${HOME}/hadoop/conf toHDFS
    2929}}}
    3030
     
    4141
    4242{{{
    43 ~$ hadoop fs -get input fromHDFS
     43~$ hadoop fs -get toHDFS fromHDFS
    4444}}}
    4545
     
    4747{{{
    4848~$ ls -al | grep fromHDFS
    49 ~$ diff /opt/hadoop/conf fromHDFS/
     49~$ diff ${HOME}/hadoop/conf fromHDFS/
    5050}}} 
    5151
     
    5454
    5555{{{
    56 ~$ hadoop fs -ls input/masters
    57 ~$ hadoop fs -rm input/masters
     56~$ hadoop fs -ls toHDFS/masters
     57~$ hadoop fs -rm toHDFS/masters
    5858}}}
    5959
     
    6262
    6363{{{
    64 ~$ hadoop fs -ls input/slaves
    65 ~$ hadoop fs -cat input/slaves
     64~$ hadoop fs -ls toHDFS/slaves
     65~$ hadoop fs -cat toHDFS/slaves
    6666}}}
    6767