标签:
Usage: hadoop [--config confdir] [--loglevel loglevel] [COMMAND] [GENERIC_OPTIONS] [COMMAND_OPTIONS]
This command is documented in the File System Shell Guide. It is a synonym for hdfs dfs when HDFS is in use.
Usage: hadoop jar <jar> [mainClass] args...
Runs a jar file.
Use yarn jar to launch YARN applications instead.
hadoop daemonlog -getlevel <host:httpport> <classname> hadoop daemonlog -setlevel <host:httpport> <classname> <level>
http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/CommandsManual.html
标签:
原文地址:http://www.cnblogs.com/guanx_214/p/5120564.html