[ 
https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569521#comment-13569521
 ] 

Hudson commented on HADOOP-8214:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #513 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/513/])
    HADOOP-8214. make hadoop script recognize a full set of deprecated 
commands(rvs via tgraves) (Revision 1441502)

     Result = SUCCESS
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1441502
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/bin/hadoop

                
> make hadoop script recognize a full set of deprecated commands
> --------------------------------------------------------------
>
>                 Key: HADOOP-8214
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8214
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: scripts
>    Affects Versions: 0.23.1
>            Reporter: Roman Shaposhnik
>            Assignee: Roman Shaposhnik
>             Fix For: 2.0.0-alpha, 0.23.7
>
>         Attachments: HADOOP-8214.patch.txt
>
>
> bin/hadoop launcher script does a nice job of recognizing deprecated usage 
> and vectoring users towards the proper command line tools (hdfs, mapred). It 
> would be nice if we can take care of the following deprecated commands that 
> don't get the same special treatment:
> {noformat}
>   oiv                  apply the offline fsimage viewer to an fsimage
>   dfsgroups            get the groups which users belong to on the Name Node
>   mrgroups             get the groups which users belong to on the Job Tracker
>   mradmin              run a Map-Reduce admin client
>   jobtracker           run the MapReduce job Tracker node
>   tasktracker          run a MapReduce task Tracker node
> {noformat}
> Here's what I propos to do with them:
>   # oiv        -- issue DEPRECATED warning and run hdfs oiv
>   # dfsgroups  -- issue DEPRECATED warning and run hdfs groups
>   # mrgroups   -- issue DEPRECATED warning and run mapred groups
>   # mradmin    -- issue DEPRECATED warning and run yarn rmadmin
>   # jobtracker -- issue DEPRECATED warning and do nothing
>   # tasktracker-- issue DEPRECATED warning and do nothing
> Thoughts?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to