| | 13 | |
| | 14 | 参数传递的规则:hadoop jar xxxx.jar program [genericOptions] [commandOptions][[BR]] |
| | 15 | genericOptions: |
| | 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 | }}} |