You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Seth Ladd (JIRA)" <ji...@apache.org> on 2009/12/10 10:27:18 UTC

[jira] Commented: (HBASE-2032) [EC2] Add support for installation of user packages when instances start up

    [ https://issues.apache.org/jira/browse/HBASE-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788615#action_12788615 ] 

Seth Ladd commented on HBASE-2032:
----------------------------------

A better, more flexible way to handle this might be to integrate Chef from Opscode.

http://www.opscode.com/chef/

Chef is a framework for server "recipes"  If you adopt Chef, then you can delegate all of the before/after configuration steps to Chef.

Chef is Apache Licensed.

> [EC2] Add support for installation of user packages when instances start up
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-2032
>                 URL: https://issues.apache.org/jira/browse/HBASE-2032
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.20.3, 0.21.0
>
>
> Support downloading and installation of user packages at instance boot time. Should pass a list of URLs or a Yum repository URL and list of package names in user data. If given a list of URLs, download them all and then run 'rpm --install' with all included on the command line if the URL ends in '.rpm', or untar in / if the URL ends in '.tar.gz' or '.tgz'. If given a repository and package list, run 'yum install' appropriately. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.