You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Todd Lipcon (Created) (JIRA)" <ji...@apache.org> on 2011/10/20 01:53:10 UTC

[jira] [Created] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

Remove MR1 configs from mapred-default.xml
------------------------------------------

                 Key: MAPREDUCE-3223
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: documentation, mrv2
    Affects Versions: 0.23.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
            Priority: Critical


All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Todd Lipcon updated MAPREDUCE-3223:
-----------------------------------

    Target Version/s: 0.23.0
              Status: Patch Available  (was: Open)
    
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Harsh J updated MAPREDUCE-3223:
-------------------------------

    Attachment: mr-3223.txt

Patch that revises on Todd's earlier patch and addresses Todd's TODOs as well (with proper, manual research).

Also fixed all refs to TT/JT to point to the MR AM instead, where applicable.
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hudson commented on MAPREDUCE-3223:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2819 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2819/])
    MAPREDUCE-4695. Fix LocalRunner on trunk after MAPREDUCE-3223 broke it. Contributed by Harsh J. (harsh) (Revision 1392446)

     Result = FAILURE
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1392446
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 3.0.0
>
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

Posted by "Arun C Murthy (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131292#comment-13131292 ] 

Arun C Murthy commented on MAPREDUCE-3223:
------------------------------------------

Have you run the ant tests with this?
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hadoop QA commented on MAPREDUCE-3223:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12535576/mr-3223.txt
  against trunk revision .

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

    +0 tests included.  The patch appears to be a documentation patch that doesn't require tests.

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

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core.

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

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

This message is automatically generated.
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Todd Lipcon commented on MAPREDUCE-3223:
----------------------------------------

Do you have any indication that the non-maven tests are passing on trunk as-is? I'm getting a few failures, but they don't seem related to this patch. Maybe we should add a hudson build for "ant test" on trunk?
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Harsh J updated MAPREDUCE-3223:
-------------------------------

          Resolution: Fixed
       Fix Version/s: 3.0.0
    Target Version/s:   (was: )
              Status: Resolved  (was: Patch Available)

I committed this to trunk. Thanks for the base patch Todd, and thanks for reviewing Robert!
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 3.0.0
>
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hudson commented on MAPREDUCE-3223:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #1211 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1211/])
    MAPREDUCE-3223. Remove MR1 configs from mapred-default.xml. Contributed by Todd Lipcon (harsh) (Revision 1391498)

     Result = FAILURE
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1391498
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 3.0.0
>
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hadoop QA commented on MAPREDUCE-3223:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12499790/mr-3223.txt
  against trunk revision .

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +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 findbugs.  The patch appears to introduce 160 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-MAPREDUCE-Build/1075//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1075//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1075//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-core.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1075//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-app.html
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1075//console

This message is automatically generated.
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Todd Lipcon commented on MAPREDUCE-3223:
----------------------------------------

I've run some, not all. I can run the full suite - does Hudson QA bot no longer do that?
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hudson commented on MAPREDUCE-3223:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #2782 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2782/])
    MAPREDUCE-3223. Remove MR1 configs from mapred-default.xml. Contributed by Todd Lipcon (harsh) (Revision 1391498)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1391498
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 3.0.0
>
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] [Updated] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Todd Lipcon updated MAPREDUCE-3223:
-----------------------------------

    Attachment: mr-3223.txt
    
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Harsh J updated MAPREDUCE-3223:
-------------------------------

    Attachment: mr-3223.txt

Thanks Robert, rebased the patch. Will commit once I get a new +1 from jenkins.
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hudson commented on MAPREDUCE-3223:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2845 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2845/])
    MAPREDUCE-3223. Remove MR1 configs from mapred-default.xml. Contributed by Todd Lipcon (harsh) (Revision 1391498)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1391498
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 3.0.0
>
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] [Updated] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

Posted by "Arun C Murthy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated MAPREDUCE-3223:
-------------------------------------

    Status: Open  (was: Patch Available)
    
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Harsh J commented on MAPREDUCE-3223:
------------------------------------

Can someone look into this soon please? Helps avoid quite a few warnings and removes stale docs. Todd/Arun/others?
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

Posted by "Arun C Murthy (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131401#comment-13131401 ] 

Arun C Murthy commented on MAPREDUCE-3223:
------------------------------------------

No, without mavnenization it isn't run by the QA bot.
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

Posted by "Robert Joseph Evans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427418#comment-13427418 ] 

Robert Joseph Evans commented on MAPREDUCE-3223:
------------------------------------------------

I did a quick look through the changes, and the tests pass so I am +1 on the change as is.

Are there any JIRAs to deprecate the configs from where they reside in the code? ./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/server/jobtracker/JTConfig.java for example. I know we cannot delete them out just yet, because MRV1 code still exists and may be using it, but it would be good to mark all of those configs as deprecated. So that we can delete them in trunk once the MRV1 code is completely removed.  A separate JIRA is fine for that, which is why I am still +1 on the original patch.
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Todd Lipcon commented on MAPREDUCE-3223:
----------------------------------------

The following tests failed with this patch:

    [junit] Test org.apache.hadoop.cli.TestMRCLI FAILED
    [junit] Test org.apache.hadoop.conf.TestNoDefaultsJobConf FAILED
    [junit] Test org.apache.hadoop.mapred.TestAuditLogger FAILED
    [junit] Test org.apache.hadoop.mapred.TestCombineOutputCollector FAILED
    [junit] Test org.apache.hadoop.mapred.TestSubmitJob FAILED
    [junit] Test org.apache.hadoop.mapred.TestTTResourceReporting FAILED
    [junit] Test org.apache.hadoop.mapreduce.TestNoJobSetupCleanup FAILED
    [junit] Test org.apache.hadoop.mapreduce.TestTaskContext FAILED
    [junit] Test org.apache.hadoop.mapreduce.lib.db.TestDBJob FAILED (timeout)
    [junit] Test org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat FAILED (timeout)
    [junit] Test org.apache.hadoop.mapreduce.security.TestTokenCache FAILED
    [junit] Test org.apache.hadoop.mapreduce.security.token.delegation.TestDelegationToken FAILED

Let me see their status on a non-patched trunk on my machine.
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Harsh J commented on MAPREDUCE-3223:
------------------------------------

P.s. Patch does not carry any modifications to the $MR_ROOT/src/test/mapred-site.xml as the original did, and the new mapred-default.xml location is actually under hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml.

The src directory is useless at the moment and unused, being the reason.
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Harsh J updated MAPREDUCE-3223:
-------------------------------

    Target Version/s: 2.0.1-alpha  (was: 2.0.0-alpha, 3.0.0)
              Status: Patch Available  (was: Open)
    
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hudson commented on MAPREDUCE-3223:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #2797 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2797/])
    MAPREDUCE-4695. Fix LocalRunner on trunk after MAPREDUCE-3223 broke it. Contributed by Harsh J. (harsh) (Revision 1392446)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1392446
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 3.0.0
>
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Prashant Sharma commented on MAPREDUCE-3223:
--------------------------------------------

One property missing in this. "mapreduce.shuffle.port"
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hudson commented on MAPREDUCE-3223:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #1180 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1180/])
    MAPREDUCE-3223. Remove MR1 configs from mapred-default.xml. Contributed by Todd Lipcon (harsh) (Revision 1391498)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1391498
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 3.0.0
>
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hadoop QA commented on MAPREDUCE-3223:
--------------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12546990/mr-3223.txt
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    +0 tests included.  The patch appears to be a documentation patch that doesn't require tests.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core.

    {color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hudson commented on MAPREDUCE-3223:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2860 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2860/])
    MAPREDUCE-4695. Fix LocalRunner on trunk after MAPREDUCE-3223 broke it. Contributed by Harsh J. (harsh) (Revision 1392446)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1392446
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 3.0.0
>
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hudson commented on MAPREDUCE-3223:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #1183 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1183/])
    MAPREDUCE-4695. Fix LocalRunner on trunk after MAPREDUCE-3223 broke it. Contributed by Harsh J. (harsh) (Revision 1392446)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1392446
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 3.0.0
>
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] [Updated] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

Posted by "Robert Joseph Evans (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans updated MAPREDUCE-3223:
-------------------------------------------

    Target Version/s: 2.0.0, 3.0.0  (was: 0.23.1)
    
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hudson commented on MAPREDUCE-3223:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2804 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2804/])
    MAPREDUCE-3223. Remove MR1 configs from mapred-default.xml. Contributed by Todd Lipcon (harsh) (Revision 1391498)

     Result = FAILURE
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1391498
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 3.0.0
>
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Harsh J commented on MAPREDUCE-3223:
------------------------------------

Filed MAPREDUCE-4692 to address the mentioned source-side of concern.
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

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

Hudson commented on MAPREDUCE-3223:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #1214 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1214/])
    MAPREDUCE-4695. Fix LocalRunner on trunk after MAPREDUCE-3223 broke it. Contributed by Harsh J. (harsh) (Revision 1392446)

     Result = FAILURE
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1392446
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 3.0.0
>
>         Attachments: mr-3223.txt, mr-3223.txt, mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

--
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] (MAPREDUCE-3223) Remove MR1 configs from mapred-default.xml

Posted by "Robert Joseph Evans (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131729#comment-13131729 ] 

Robert Joseph Evans commented on MAPREDUCE-3223:
------------------------------------------------

mapreduce.shuffle.port is still used by Yarn.  It was not changed and is still used by the Shuffle AuxService.
                
> Remove MR1 configs from mapred-default.xml
> ------------------------------------------
>
>                 Key: MAPREDUCE-3223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: mr-3223.txt
>
>
> All of the MRv1 configs are still in mapred-default.xml. This is confusing when trying to make config changes. Since a lot of the input/output format tests still depend on MR1, I'd like to move these to src/test/mapred-site.xml for now, and once that dependency is broken, we can remove them entirely.

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