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

Hadoop QA commented on HADOOP-8214:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12525332/HADOOP-8214.patch.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    -1 javadoc.  The javadoc tool appears to have generated 2 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

    +1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

    +1 core tests.  The patch passed unit tests in 
hadoop-common-project/hadoop-common.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/921//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/921//console

This message is automatically generated.
                
> 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: 0.23.2
>
>         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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to