You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Roman Shaposhnik (Created) (JIRA)" <ji...@apache.org> on 2012/03/26 19:30:29 UTC

[jira] [Created] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

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


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

        

[jira] [Updated] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik updated HADOOP-8214:
-------------------------------------

    Attachment: HADOOP-8214.patch.txt
    
> 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

        

[jira] [Commented] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Alejandro Abdelnur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266794#comment-13266794 ] 

Alejandro Abdelnur commented on HADOOP-8214:
--------------------------------------------

+1
                
> 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

        

[jira] [Updated] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik updated HADOOP-8214:
-------------------------------------

    Attachment:     (was: HADOOP-8214.patch.txt)
    
> 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

        

[jira] [Updated] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik updated HADOOP-8214:
-------------------------------------

    Attachment:     (was: HADOOP-8214.patch.txt)
    
> 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

        

[jira] [Commented] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267021#comment-13267021 ] 

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

Integrated in Hadoop-Hdfs-trunk-Commit #2249 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2249/])
    HADOOP-8214. make hadoop script recognize a full set of deprecated commands (rvs via tucu) (Revision 1333231)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1333231
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/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
>
>         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

        

[jira] [Updated] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik updated HADOOP-8214:
-------------------------------------

    Attachment: HADOOP-8214.patch.txt
    
> 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

        

[jira] [Updated] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik updated HADOOP-8214:
-------------------------------------

    Status: Patch Available  (was: Open)
    
> 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

        

[jira] [Commented] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267441#comment-13267441 ] 

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

Integrated in Hadoop-Mapreduce-trunk #1068 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1068/])
    HADOOP-8214. make hadoop script recognize a full set of deprecated commands (rvs via tucu) (Revision 1333231)

     Result = FAILURE
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1333231
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/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
>
>         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

        

[jira] [Updated] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Alejandro Abdelnur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Abdelnur updated HADOOP-8214:
---------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.23.2)
                   2.0.0
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

thanks Roman. committed to trunk and branch-2
                
> 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
>
>         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

        

[jira] [Commented] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267025#comment-13267025 ] 

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

Integrated in Hadoop-Common-trunk-Commit #2175 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2175/])
    HADOOP-8214. make hadoop script recognize a full set of deprecated commands (rvs via tucu) (Revision 1333231)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1333231
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/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
>
>         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

        

[jira] [Updated] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik updated HADOOP-8214:
-------------------------------------

    Attachment: HADOOP-8214.patch.txt
    
> 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

        

[jira] [Commented] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267407#comment-13267407 ] 

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

Integrated in Hadoop-Hdfs-trunk #1033 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1033/])
    HADOOP-8214. make hadoop script recognize a full set of deprecated commands (rvs via tucu) (Revision 1333231)

     Result = FAILURE
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1333231
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/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
>
>         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

        

[jira] [Commented] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Commented] (HADOOP-8214) make hadoop script recognize a full set of deprecated commands

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267036#comment-13267036 ] 

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

Integrated in Hadoop-Mapreduce-trunk-Commit #2192 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2192/])
    HADOOP-8214. make hadoop script recognize a full set of deprecated commands (rvs via tucu) (Revision 1333231)

     Result = ABORTED
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1333231
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/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
>
>         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