MAPREDUCE-5818. Added "hsadmin" command into mapred.cmd. Contributed by Jian He.

svn merge --ignore-ancestry -c 1584378 ../../trunk/


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1584380 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhijie Shen 2014-04-03 20:26:49 +00:00
parent d60928c928
commit a4029b2276
2 changed files with 8 additions and 1 deletions

View File

@ -43,7 +43,9 @@ Release 2.4.1 - UNRELEASED
OPTIMIZATIONS
BUG FIXES
BUG FIXES
MAPREDUCE-5818. Added "hsadmin" command into mapred.cmd. (Jian He via zjshen)
Release 2.4.0 - 2014-04-07

View File

@ -135,6 +135,10 @@ goto :eof
set CLASSPATH=%CLASSPATH%;%TOO_PATH%
set HADOOP_OPTS=%HADOOP_OPTS% %HADOOP_CLIENT_OPTS%
:hsadmin
set CLASS=org.apache.hadoop.mapreduce.v2.hs.client.HSAdmin
set HADOOP_OPTS=%HADOOP_OPTS% %HADOOP_CLIENT_OPTS%
:pipes
goto not_supported
@ -189,6 +193,7 @@ goto :eof
@echo historyserver run job history servers as a standalone daemon
@echo distcp ^<srcurl^> ^<desturl^> copy file or directories recursively
@echo archive -archiveName NAME -p ^<parent path^> ^<src^>* ^<dest^> create a hadoop archive
@echo hsadmin job history server admin interface
@echo
@echo Most commands print help when invoked w/o parameters.