Changes between Version 36 and Version 37 of Hadoop_Lab4


Ignore:
Timestamp:
Dec 19, 2011, 10:17:11 PM (12 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hadoop_Lab4

    v36 v37  
    99
    1010{{{
    11 cd /opt/hadoop
     11$ cd /opt/hadoop
    1212}}}
    1313
     
    3737}}}
    3838
    39  * 範例:
    4039
    41 {{{
    42 $ bin/hadoop jar nchc-example.jar hello lab3_input lab4_out6 1 1
    43 }}}
    4440
    4541
     
    6157
    6258{{{
    63 $ bin/hadoop dfs -put conf-local lab3-input
     59$ bin/hadoop dfs -put conf-local lab3_input
    6460$ bin/hadoop jar nchc-example.jar hello lab3_input lab4_out6 1 1
    6561}}}