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 "Eugene Koontz (Created) (JIRA)" <ji...@apache.org> on 2012/02/23 22:59:48 UTC

[jira] [Created] (MAPREDUCE-3907) Create a mapred-default.xml for the jobhistory server.

Create a mapred-default.xml for the jobhistory server.
------------------------------------------------------

                 Key: MAPREDUCE-3907
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: mrv2, security
            Reporter: Eugene Koontz
            Assignee: Eugene Koontz
            Priority: Minor


The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode

* mapreduce.jobhistory.address	
* mapreduce.jobhistory.keytab
* mapreduce.jobhistory.principal

Create a hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml that documents these and provides default values.




--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Hudson commented on MAPREDUCE-3907:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2452 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2452/])
    MAPREDUCE-3907. Document entries mapred-default.xml for the jobhistory server. Contributed by Eugene Koontz. (harsh) (Revision 1358892)

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

                
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Eugene Koontz updated MAPREDUCE-3907:
-------------------------------------

    Description: 
The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode

* mapreduce.jobhistory.address	
* mapreduce.jobhistory.keytab
* mapreduce.jobhistory.principal

Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.




  was:
The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode

* mapreduce.jobhistory.address	
* mapreduce.jobhistory.keytab
* mapreduce.jobhistory.principal

Create a {{{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}}} that documents these properties and provides default values.




    
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Hadoop QA commented on MAPREDUCE-3907:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12535582/MAPREDUCE-3907.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.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2557//console

This message is automatically generated.
                
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Hudson commented on MAPREDUCE-3907:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #1098 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1098/])
    MAPREDUCE-3907. Document entries mapred-default.xml for the jobhistory server. Contributed by Eugene Koontz. (harsh) (Revision 1358892)

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

                
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Eugene Koontz updated MAPREDUCE-3907:
-------------------------------------

    Release Note: Adds documentation for the mentioned properties.
          Status: Patch Available  (was: Open)
    
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Hadoop QA commented on MAPREDUCE-3907:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12515827/MAPREDUCE-3907.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-MAPREDUCE-Build/1989//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1989//console

This message is automatically generated.
                
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Robert Joseph Evans updated MAPREDUCE-3907:
-------------------------------------------

    Fix Version/s: 0.23.3
    
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 0.23.3, 2.0.1-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Harsh J updated MAPREDUCE-3907:
-------------------------------

     Component/s:     (was: mrv2)
                      (was: security)
                  documentation
    Release Note:   (was: Adds documentation for the mentioned properties.)
         Summary: Document entries mapred-default.xml for the jobhistory server.  (was: Create a mapred-default.xml for the jobhistory server.)
    
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Harsh J commented on MAPREDUCE-3907:
------------------------------------

This has been committed to branch-0.23 as well:

Integrated in Hadoop-Hdfs-0.23-Build #309 (See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/309/)
Backport HADOOP-3907 from trunk (svn merge -c 1358892). (harsh) (Revision 1359179)
Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1359179
Files :
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

But the commit message accidentally notified HADOOP-3907.

(Just noting here for posterity's sake)
                
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 0.23.3, 2.0.1-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Harsh J updated MAPREDUCE-3907:
-------------------------------

    Attachment: MAPREDUCE-3907.patch

Weird failure of the bot. Perhaps the cause was the -p1 patch instead of -p0 but I thought those were handled properly. Here's a proper prefix-less patch to retry.
                
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Hudson commented on MAPREDUCE-3907:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2502 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2502/])
    MAPREDUCE-3907. Document entries mapred-default.xml for the jobhistory server. Contributed by Eugene Koontz. (harsh) (Revision 1358892)

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

                
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Hadoop QA commented on MAPREDUCE-3907:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12535586/MAPREDUCE-3907.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.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2558//console

This message is automatically generated.
                
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Hudson commented on MAPREDUCE-3907:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #1131 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1131/])
    MAPREDUCE-3907. Document entries mapred-default.xml for the jobhistory server. Contributed by Eugene Koontz. (harsh) (Revision 1358892)

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

                
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Harsh J commented on MAPREDUCE-3907:
------------------------------------

Hi Eugene,

The patch's additions look good, but the location is wrong. We can rather add it to ./hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml itself, as thats the real place thats to be used (even job history server uses the MR core).

I will update your patch to add it in here and commit it in after that. Thank you!
                
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Eugene Koontz updated MAPREDUCE-3907:
-------------------------------------

    Description: 
The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode

* mapreduce.jobhistory.address	
* mapreduce.jobhistory.keytab
* mapreduce.jobhistory.principal

Create a {{{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}}} that documents these properties and provides default values.




  was:
The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode

* mapreduce.jobhistory.address	
* mapreduce.jobhistory.keytab
* mapreduce.jobhistory.principal

Create a hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml that documents these and provides default values.




    
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}}} that documents these properties and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Hudson commented on MAPREDUCE-3907:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #2434 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2434/])
    MAPREDUCE-3907. Document entries mapred-default.xml for the jobhistory server. Contributed by Eugene Koontz. (harsh) (Revision 1358892)

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

                
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Harsh J updated MAPREDUCE-3907:
-------------------------------

    Attachment: MAPREDUCE-3907.patch

New patch that is updated for current trunk state and the proper mapred-default.xml

Will commit this in once Jenkins gives its +1.
                
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Harsh J updated MAPREDUCE-3907:
-------------------------------

     Target Version/s: 2.0.1-alpha
    Affects Version/s: 2.0.0-alpha
         Hadoop Flags: Reviewed
    
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Harsh J updated MAPREDUCE-3907:
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.1-alpha
           Status: Resolved  (was: Patch Available)

Committed to branch-2 and trunk. Thank you for your many contributions Eugene!
                
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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] [Closed] (MAPREDUCE-3907) Document entries mapred-default.xml for the jobhistory server.

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

Arun C Murthy closed MAPREDUCE-3907.
------------------------------------

    
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 0.23.3, 2.0.2-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Eugene Koontz updated MAPREDUCE-3907:
-------------------------------------

    Attachment: MAPREDUCE-3907.patch
    
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml that documents these and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Hudson commented on MAPREDUCE-3907:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #2441 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2441/])
    MAPREDUCE-3907. Document entries mapred-default.xml for the jobhistory server. Contributed by Eugene Koontz. (harsh) (Revision 1358892)

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

                
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 0.23.3, 2.0.1-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Harsh J updated MAPREDUCE-3907:
-------------------------------

    Target Version/s:   (was: 2.0.1-alpha)
    
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Document entries mapred-default.xml for the jobhistory server.

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

Hudson commented on MAPREDUCE-3907:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2508 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2508/])
    MAPREDUCE-3907. Document entries mapred-default.xml for the jobhistory server. Contributed by Eugene Koontz. (harsh) (Revision 1358892)

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

                
> Document entries mapred-default.xml for the jobhistory server.
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>             Fix For: 0.23.3, 2.0.1-alpha
>
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Harsh J commented on MAPREDUCE-3907:
------------------------------------

Well the HS tests all pass with this change installed locally, so I am going ahead and committing it in:

{code}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryEntities
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.989 sec
Running org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryEvents
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.395 sec
Running org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.643 sec
Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHSWebApp
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.404 sec
Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServices
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.925 sec
Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesAttempts
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.896 sec
Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobConf
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.705 sec
Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobs
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.366 sec
Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.372 sec
Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesTasks
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.96 sec

Results :

Tests run: 122, Failures: 0, Errors: 0, Skipped: 0
{code}
                
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch, MAPREDUCE-3907.patch, MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Harsh J commented on MAPREDUCE-3907:
------------------------------------

I'll do the above after MAPREDUCE-3223 is checked in, to avoid conflicts.
                
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

--
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-3907) Create a mapred-default.xml for the jobhistory server.

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

Eugene Koontz commented on MAPREDUCE-3907:
------------------------------------------

Thanks Harsh J!

                
> Create a mapred-default.xml for the jobhistory server.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-3907
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3907
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2, security
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: MAPREDUCE-3907.patch
>
>
> The following configuration properties are documented in http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html#Running_Hadoop_in_Secure_Mode
> * mapreduce.jobhistory.address	
> * mapreduce.jobhistory.keytab
> * mapreduce.jobhistory.principal
> Create a {{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/resources/mapred-default.xml}} that documents these properties and provides default values.

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