Changes between Version 2 and Version 3 of hadoop_tools


Ignore:
Timestamp:
09/21/2012 03:27:05 PM (14 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hadoop_tools

    v2 v3  
    1111  
    1212}}} 
     13 
     14参数传递的规则:hadoop jar xxxx.jar  program [genericOptions] [commandOptions][[BR]] 
     15genericOptions: 
     16{{{ 
     17     -conf <configuration file>     specify a configuration file 
     18     -D <property=value>            use value for given property 
     19     -fs <local|namenode:port>      specify a namenode 
     20     -jt <local|jobtracker:port>    specify a job tracker 
     21     -files <comma separated list of files>    specify comma separated 
     22                            files to be copied to the map reduce cluster 
     23     -libjars <comma separated list of jars>   specify comma separated 
     24                            jar files to include in the classpath. 
     25     -archives <comma separated list of archives>    specify comma 
     26             separated archives to be unarchived on the compute machines.v 
     27}}}