Thanks Nick, I'd be happy to reach out to the EMR folks about the bootstrap action, and I will submit a pull request shortly.
cheers, Ryan On Fri, Mar 6, 2015 at 2:34 PM, Nick Dimiduk <[email protected]> wrote: > Hi Ryan, > > The Apache Phoenix community doesn't manage the EMR bootstrap actions, > those are handled by EMR themselves. Unless one of the EMR folks is lurking > here, you'll probably have better luck by raising the issue on the AWS EMR > forum. > > We do however manage our own getting started docs, and those for AWS > integration on phoenix.apache.org. Our docs are on github, would you be > willing to submit a pull request based on your more recent experiences? > > Thanks a lot! > -n > > On Fri, Mar 6, 2015 at 10:47 AM, Ryan Desmond <[email protected]> > wrote: > >> Hello Phoenix users, >> >> I noticed that the CLI command for EMR is outdated and, at least for me, >> not working. The bootstrap action fails. I'm referencing this page, >> http://phoenix.apache.org/phoenix_on_emr.html. >> >> I'm also unable to view the file using the following command, >> "aws s3 cp >> s3://beta.elasticmapreduce/bootstrap-actions/phoenix/install-phoenix-bootstrap.sh >> ." >> >> I recieve: >> "A client error (403) occurred when calling the HeadObject operation: >> Forbidden" >> >> Also, regarding the EMR CLI command, you may want to consider using the >> updated CLI syntax and ensuring the file is accessible and up to date. ie, >> >> aws emr create-cluster --name "Phoenix Test Cluster" --ami-version 3.3 >> --applications Name=HBase --use-default-roles --ec2-attributes >> KeyName=[KEY] --instance-type c1.xlarge --instance-count 3 >> --bootstrap-action Path="s3://beta.elasticmapreduce/bootstrap- >> actions/phoenix/install-phoenix-bootstrap.sh",Name="Phoenix Bootstrap" >> >> Best Regards, >> Ryan >> >> -- >> Ryan Desmond >> Solutions Architect >> Concurrent Inc. >> www.linkedin.com/in/ryanadesmond >> > > -- Ryan Desmond Solutions Architect Concurrent Inc. www.linkedin.com/in/ryanadesmond
