You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Patrick Taylor Ramsey (Created) (JIRA)" <ji...@apache.org> on 2012/03/20 01:47:38 UTC

[jira] [Created] (BIGTOP-467) [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should

[puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should
-----------------------------------------------------------------------------------------

                 Key: BIGTOP-467
                 URL: https://issues.apache.org/jira/browse/BIGTOP-467
             Project: Bigtop
          Issue Type: Bug
          Components: Deployment
    Affects Versions: 0.4.0
            Reporter: Patrick Taylor Ramsey
            Assignee: Patrick Taylor Ramsey


Attaching a patch

--
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] (BIGTOP-467) [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should

Posted by "Patrick Taylor Ramsey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Taylor Ramsey updated BIGTOP-467:
-----------------------------------------

    Attachment: patch.txt
    
> [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-467
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-467
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>            Assignee: Patrick Taylor Ramsey
>         Attachments: patch.txt
>
>
> Attaching a patch

--
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] (BIGTOP-467) [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should

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

Roman Shaposhnik updated BIGTOP-467:
------------------------------------

    Fix Version/s: 0.4.0
    
> [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-467
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-467
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>            Assignee: Patrick Taylor Ramsey
>             Fix For: 0.4.0
>
>         Attachments: patch.txt
>
>
> Attaching a patch.
> This patch also addresses the fact that because the "mapred" user is now called "mapreduce", puppet attempts to chown the "mapred" keytab to a nonexistent user.  Change the keytab to "/etc/mapreduce.keytab" and its owner to "mapreduce" to match the new name.

--
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] (BIGTOP-467) [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should

Posted by "Patrick Taylor Ramsey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Taylor Ramsey updated BIGTOP-467:
-----------------------------------------

    Description: 
Attaching a patch.

This patch also addresses the fact that because the "mapred" user is now called "mapreduce", puppet attempts to chown the "mapred" keytab to a nonexistent user.  Change the keytab to "/etc/mapreduce.keytab" and its owner to "mapreduce" to match the new name.

  was:Attaching a patch

    
> [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-467
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-467
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>            Assignee: Patrick Taylor Ramsey
>         Attachments: patch.txt
>
>
> Attaching a patch.
> This patch also addresses the fact that because the "mapred" user is now called "mapreduce", puppet attempts to chown the "mapred" keytab to a nonexistent user.  Change the keytab to "/etc/mapreduce.keytab" and its owner to "mapreduce" to match the new name.

--
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] (BIGTOP-467) [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should

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

Roman Shaposhnik commented on BIGTOP-467:
-----------------------------------------

+1. Thanks a million for the patch! Committing.
                
> [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-467
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-467
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>            Assignee: Patrick Taylor Ramsey
>         Attachments: patch.txt
>
>
> Attaching a patch.
> This patch also addresses the fact that because the "mapred" user is now called "mapreduce", puppet attempts to chown the "mapred" keytab to a nonexistent user.  Change the keytab to "/etc/mapreduce.keytab" and its owner to "mapreduce" to match the new name.

--
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] (BIGTOP-467) [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should

Posted by "Patrick Taylor Ramsey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Taylor Ramsey updated BIGTOP-467:
-----------------------------------------

    Attachment: patch.txt
    
> [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-467
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-467
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>            Assignee: Patrick Taylor Ramsey
>         Attachments: patch.txt
>
>
> Attaching a patch.
> This patch also addresses the fact that because the "mapred" user is now called "mapreduce", puppet attempts to chown the "mapred" keytab to a nonexistent user.  Change the keytab to "/etc/mapreduce.keytab" and its owner to "mapreduce" to match the new name.

--
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] [Resolved] (BIGTOP-467) [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should

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

Roman Shaposhnik resolved BIGTOP-467.
-------------------------------------

    Resolution: Fixed
    
> [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-467
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-467
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>            Assignee: Patrick Taylor Ramsey
>         Attachments: patch.txt
>
>
> Attaching a patch.
> This patch also addresses the fact that because the "mapred" user is now called "mapreduce", puppet attempts to chown the "mapred" keytab to a nonexistent user.  Change the keytab to "/etc/mapreduce.keytab" and its owner to "mapreduce" to match the new name.

--
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] (BIGTOP-467) [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should

Posted by "Patrick Taylor Ramsey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Taylor Ramsey updated BIGTOP-467:
-----------------------------------------

    Attachment:     (was: patch.txt)
    
> [puppet] yarn historyserver currently doesn't depend on the mapreduce keytab as it should
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-467
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-467
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>            Assignee: Patrick Taylor Ramsey
>         Attachments: patch.txt
>
>
> Attaching a patch.
> This patch also addresses the fact that because the "mapred" user is now called "mapreduce", puppet attempts to chown the "mapred" keytab to a nonexistent user.  Change the keytab to "/etc/mapreduce.keytab" and its owner to "mapreduce" to match the new name.

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