[ https://issues.apache.org/jira/browse/HBASE-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792813#action_12792813 ]
Andrew Purtell commented on HBASE-2032: --------------------------------------- bq. Do you think you need to add doc of the new variable to the README? Done. > [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 > > Attachments: HBASE-2032.patch > > > 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.