|
@@ -28,7 +28,7 @@ MapReduce Commands Guide
|
|
MapReduce commands are invoked by the <<<bin/mapred>>> script. Running the
|
|
MapReduce commands are invoked by the <<<bin/mapred>>> script. Running the
|
|
script without any arguments prints the description for all commands.
|
|
script without any arguments prints the description for all commands.
|
|
|
|
|
|
- Usage: <<<mapred [--config confdir] COMMAND>>>
|
|
|
|
|
|
+ Usage: <<<mapred [--config confdir] [--loglevel loglevel] COMMAND>>>
|
|
|
|
|
|
MapReduce has an option parsing framework that employs parsing generic
|
|
MapReduce has an option parsing framework that employs parsing generic
|
|
options as well as running classes.
|
|
options as well as running classes.
|
|
@@ -39,6 +39,9 @@ MapReduce Commands Guide
|
|
| --config confdir | Overwrites the default Configuration directory. Default
|
|
| --config confdir | Overwrites the default Configuration directory. Default
|
|
| | is $\{HADOOP_PREFIX\}/conf.
|
|
| | is $\{HADOOP_PREFIX\}/conf.
|
|
*-------------------------+---------------------------------------------------+
|
|
*-------------------------+---------------------------------------------------+
|
|
|
|
+| --loglevel loglevel | Overwrites the log level. Valid log levels are FATAL,
|
|
|
|
+| | ERROR, WARN, INFO, DEBUG, and TRACE. Default is INFO.
|
|
|
|
+*-------------------------+---------------------------------------------------+
|
|
| COMMAND COMMAND_OPTIONS | Various commands with their options are described
|
|
| COMMAND COMMAND_OPTIONS | Various commands with their options are described
|
|
| | in the following sections. The commands have been
|
|
| | in the following sections. The commands have been
|
|
| | grouped into {{User Commands}} and
|
|
| | grouped into {{User Commands}} and
|