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/01/17 21:41:40 UTC

[jira] [Created] (BIGTOP-351) Make HBASE_HEAPSIZE manageable via puppet

Make HBASE_HEAPSIZE manageable via puppet
-----------------------------------------

                 Key: BIGTOP-351
                 URL: https://issues.apache.org/jira/browse/BIGTOP-351
             Project: Bigtop
          Issue Type: Improvement
          Components: Deployment
    Affects Versions: 0.4.0
            Reporter: Patrick Taylor Ramsey
         Attachments: patch.txt

Previously, HBASE_HEAPSIZE was not being set in /etc/hbase/conf/hbase-env.sh by puppet.  I'm attaching a patch which adds this, such that it's configurable from site.csv.

--
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-351) Make HBASE_HEAPSIZE manageable via puppet

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

Bruno Mahé commented on BIGTOP-351:
-----------------------------------

+1
Isn't there a way to reference the same constant from all these places?
                
> Make HBASE_HEAPSIZE manageable via puppet
> -----------------------------------------
>
>                 Key: BIGTOP-351
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-351
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>            Priority: Minor
>         Attachments: patch.txt
>
>
> Previously, HBASE_HEAPSIZE was not being set in /etc/hbase/conf/hbase-env.sh by puppet.  I'm attaching a patch which adds this, such that it's configurable from site.csv.

--
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-351) Make HBASE_HEAPSIZE manageable via puppet

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

Roman Shaposhnik commented on BIGTOP-351:
-----------------------------------------

Thanks for the patch! Committed.
                
> Make HBASE_HEAPSIZE manageable via puppet
> -----------------------------------------
>
>                 Key: BIGTOP-351
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-351
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>            Priority: Minor
>         Attachments: patch.txt
>
>
> Previously, HBASE_HEAPSIZE was not being set in /etc/hbase/conf/hbase-env.sh by puppet.  I'm attaching a patch which adds this, such that it's configurable from site.csv.

--
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-351) Make HBASE_HEAPSIZE manageable via puppet

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

Patrick Taylor Ramsey updated BIGTOP-351:
-----------------------------------------

    Attachment: patch.txt
    
> Make HBASE_HEAPSIZE manageable via puppet
> -----------------------------------------
>
>                 Key: BIGTOP-351
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-351
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>         Attachments: patch.txt
>
>
> Previously, HBASE_HEAPSIZE was not being set in /etc/hbase/conf/hbase-env.sh by puppet.  I'm attaching a patch which adds this, such that it's configurable from site.csv.

--
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-351) Make HBASE_HEAPSIZE manageable via puppet

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

Roman Shaposhnik resolved BIGTOP-351.
-------------------------------------

    Resolution: Fixed
      Assignee: Patrick Taylor Ramsey
    
> Make HBASE_HEAPSIZE manageable via puppet
> -----------------------------------------
>
>                 Key: BIGTOP-351
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-351
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>            Assignee: Patrick Taylor Ramsey
>            Priority: Minor
>             Fix For: 0.5.0
>
>         Attachments: patch.txt
>
>
> Previously, HBASE_HEAPSIZE was not being set in /etc/hbase/conf/hbase-env.sh by puppet.  I'm attaching a patch which adds this, such that it's configurable from site.csv.

--
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-351) Make HBASE_HEAPSIZE manageable via puppet

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

Patrick Taylor Ramsey updated BIGTOP-351:
-----------------------------------------

    Priority: Minor  (was: Major)
    
> Make HBASE_HEAPSIZE manageable via puppet
> -----------------------------------------
>
>                 Key: BIGTOP-351
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-351
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: Deployment
>    Affects Versions: 0.4.0
>            Reporter: Patrick Taylor Ramsey
>            Priority: Minor
>         Attachments: patch.txt
>
>
> Previously, HBASE_HEAPSIZE was not being set in /etc/hbase/conf/hbase-env.sh by puppet.  I'm attaching a patch which adds this, such that it's configurable from site.csv.

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