MAPREDUCE-5944. Remove MRv1 commands from CommandsManual.apt.vm (Akira AJISAKA via aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1617805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94f317de04
commit
90d4cf83cc
|
@ -314,35 +314,6 @@ Administration Commands
|
||||||
Deprecated, use {{{../hadoop-hdfs/HDFSCommands.html#dfsadmin}
|
Deprecated, use {{{../hadoop-hdfs/HDFSCommands.html#dfsadmin}
|
||||||
<<<hdfs dfsadmin>>>}} instead.
|
<<<hdfs dfsadmin>>>}} instead.
|
||||||
|
|
||||||
* <<<mradmin>>>
|
|
||||||
|
|
||||||
Runs MR admin client
|
|
||||||
|
|
||||||
Usage: <<<hadoop mradmin [ GENERIC_OPTIONS ] [-refreshQueueAcls]>>>
|
|
||||||
|
|
||||||
*-------------------+-----------------------------------------------------------+
|
|
||||||
|| COMMAND_OPTION || Description
|
|
||||||
*-------------------+-----------------------------------------------------------+
|
|
||||||
| -refreshQueueAcls | Refresh the queue acls used by hadoop, to check access
|
|
||||||
| during submissions and administration of the job by the
|
|
||||||
| user. The properties present in mapred-queue-acls.xml is
|
|
||||||
| reloaded by the queue manager.
|
|
||||||
*-------------------+-----------------------------------------------------------+
|
|
||||||
|
|
||||||
* <<<jobtracker>>>
|
|
||||||
|
|
||||||
Runs the MapReduce job Tracker node.
|
|
||||||
|
|
||||||
Usage: <<<hadoop jobtracker [-dumpConfiguration]>>>
|
|
||||||
|
|
||||||
*--------------------+-----------------------------------------------------------+
|
|
||||||
|| COMMAND_OPTION || Description
|
|
||||||
*--------------------+-----------------------------------------------------------+
|
|
||||||
| -dumpConfiguration | Dumps the configuration used by the JobTracker alongwith
|
|
||||||
| queue configuration in JSON format into Standard output
|
|
||||||
| used by the jobtracker and exits.
|
|
||||||
*--------------------+-----------------------------------------------------------+
|
|
||||||
|
|
||||||
* <<<namenode>>>
|
* <<<namenode>>>
|
||||||
|
|
||||||
Deprecated, use {{{../hadoop-hdfs/HDFSCommands.html#namenode}
|
Deprecated, use {{{../hadoop-hdfs/HDFSCommands.html#namenode}
|
||||||
|
@ -352,9 +323,3 @@ Administration Commands
|
||||||
|
|
||||||
Deprecated, use {{{../hadoop-hdfs/HDFSCommands.html#secondarynamenode}
|
Deprecated, use {{{../hadoop-hdfs/HDFSCommands.html#secondarynamenode}
|
||||||
<<<hdfs secondarynamenode>>>}} instead.
|
<<<hdfs secondarynamenode>>>}} instead.
|
||||||
|
|
||||||
* <<<tasktracker>>>
|
|
||||||
|
|
||||||
Runs a MapReduce task Tracker node.
|
|
||||||
|
|
||||||
Usage: <<<hadoop tasktracker>>>
|
|
||||||
|
|
|
@ -41,6 +41,9 @@ Release 2.6.0 - UNRELEASED
|
||||||
MAPREDUCE-6021. MR AM should have working directory in LD_LIBRARY_PATH
|
MAPREDUCE-6021. MR AM should have working directory in LD_LIBRARY_PATH
|
||||||
(jlowe)
|
(jlowe)
|
||||||
|
|
||||||
|
MAPREDUCE-5944. Remove MRv1 commands from CommandsManual.apt.vm
|
||||||
|
(Akira AJISAKA via aw)
|
||||||
|
|
||||||
Release 2.5.0 - UNRELEASED
|
Release 2.5.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue