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 "Harsh J (Created) (JIRA)" <ji...@apache.org> on 2012/03/19 17:36:38 UTC

[jira] [Created] (HADOOP-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
---------------------------------------------------------------------------

                 Key: HADOOP-8183
                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
             Project: Hadoop Common
          Issue Type: Improvement
          Components: util
            Reporter: Harsh J
            Priority: Minor


Its about time we stopped the following from appearing in 0.23/trunk:

{code}
12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
{code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Harsh J commented on HADOOP-8183:
---------------------------------

Thanks Jason. Nicer OOB experience :-)
                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 2.0.0-alpha, 0.23.4
>
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

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

[jira] [Commented] (HADOOP-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Hudson commented on HADOOP-8183:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #231 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/231/])
    svn merge -c 1302598. Merge HADOOP-8183 into branch-0.23 from trunk. (Revision 1302626)

     Result = FAILURE
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1302626
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/java/org/apache/hadoop/util/GenericOptionsParser.java

                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Harsh J updated HADOOP-8183:
----------------------------

          Resolution: Fixed
       Fix Version/s: 0.23.3
                      0.24.0
    Target Version/s:   (was: 0.23.3, 0.24.0)
        Hadoop Flags: Reviewed
              Status: Resolved  (was: Patch Available)

Thanks Todd, committed the trivial change to branch-0.23 and trunk.

One less warn everytime :-)
                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Hudson commented on HADOOP-8183:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1899 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1899/])
    HADOOP-8183. Stop using mapred.used.genericoptions.parser (harsh) (Revision 1302598)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1302598
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/GenericOptionsParser.java

                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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] [Assigned] (HADOOP-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Harsh J reassigned HADOOP-8183:
-------------------------------

    Assignee: Harsh J
    
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Hudson commented on HADOOP-8183:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1907 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1907/])
    HADOOP-8183. Stop using mapred.used.genericoptions.parser (harsh) (Revision 1302598)

     Result = ABORTED
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1302598
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/GenericOptionsParser.java

                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Todd Lipcon commented on HADOOP-8183:
-------------------------------------

+1
                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Hudson commented on HADOOP-8183:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #388 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/388/])
    svn merge -c 1302598 FIXES: HADOOP-8183. Stop using mapred.used.genericoptions.parser (harsh) (Revision 1391274)

     Result = UNSTABLE
jlowe : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1391274
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/java/org/apache/hadoop/util/GenericOptionsParser.java

                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 2.0.0-alpha, 0.23.4
>
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

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

[jira] [Commented] (HADOOP-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Hudson commented on HADOOP-8183:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1973 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1973/])
    HADOOP-8183. Stop using mapred.used.genericoptions.parser (harsh) (Revision 1302598)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1302598
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/GenericOptionsParser.java

                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Hudson commented on HADOOP-8183:
--------------------------------

Integrated in Hadoop-Common-0.23-Commit #701 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/701/])
    svn merge -c 1302598. Merge HADOOP-8183 into branch-0.23 from trunk. (Revision 1302626)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1302626
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/java/org/apache/hadoop/util/GenericOptionsParser.java

                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Hudson commented on HADOOP-8183:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1025 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1025/])
    HADOOP-8183. Stop using mapred.used.genericoptions.parser (harsh) (Revision 1302598)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1302598
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/GenericOptionsParser.java

                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Hudson commented on HADOOP-8183:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #692 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/692/])
    svn merge -c 1302598. Merge HADOOP-8183 into branch-0.23 from trunk. (Revision 1302626)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1302626
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/java/org/apache/hadoop/util/GenericOptionsParser.java

                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Jason Lowe updated HADOOP-8183:
-------------------------------

    Fix Version/s: 0.23.4

I merged this into branch-0.23.
                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 2.0.0-alpha, 0.23.4
>
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

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

[jira] [Commented] (HADOOP-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Hudson commented on HADOOP-8183:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #709 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/709/])
    svn merge -c 1302598. Merge HADOOP-8183 into branch-0.23 from trunk. (Revision 1302626)

     Result = ABORTED
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1302626
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/java/org/apache/hadoop/util/GenericOptionsParser.java

                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Harsh J updated HADOOP-8183:
----------------------------

    Attachment: HADOOP-8183.patch
    
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Harsh J updated HADOOP-8183:
----------------------------

     Target Version/s: 0.24.0, 0.23.3
    Affects Version/s: 0.23.0
               Status: Patch Available  (was: Open)
    
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

--
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-8183) Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings

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

Hadoop QA commented on HADOOP-8183:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12518911/HADOOP-8183.patch
  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 did not generate any 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 .

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

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

This message is automatically generated.
                
> Stop using "mapred.used.genericoptionsparser" to avoid unnecessary warnings
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8183
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8183
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>         Attachments: HADOOP-8183.patch
>
>
> Its about time we stopped the following from appearing in 0.23/trunk:
> {code}
> 12/03/19 20:53:51 WARN conf.Configuration: mapred.used.genericoptionsparser is deprecated. Instead, use mapreduce.client.genericoptionsparser.used
> {code}

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