-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Genie sandbox #9
Comments
I am happy to help with his as I am working on playbooks and AMIs for other projects as well: |
Hello Peter, that would be awesome! Should I assign this to you? |
Yeah sure. The turn around time is likely 1 month, though I hope to get to Kind regards, On Mon, Jul 22, 2013 at 8:21 PM, Cheolsoo Park notifications@github.comwrote:
|
Hi Peter, looks like GitHub won't let me officially assign this to you - but consider this yours. If you get sidetracked or don't want to work on it, let us know. The high level requirement is that we just need a way to:
We don't anticipate any backwards incompatible changes to anything above (although we may cleanup from of the UI/web components in genie-web). Thanks! |
I have made a start on this, but there is still more to do. The most notable is that installing Hadoop as a dependency. Here is the progress so far: |
@pas256 et al, I have a first version of a bootstrap action that installs Genie on an EMR master. We can also port this to make it work via Ansible.
There is also a emr_genie_postinstall.sh script, which can be run from the master to register the EMR cluster with Genie, and to run a few jobs. |
QuickStart guide for EMR is now added: https://github.com/Netflix/genie/wiki/QuickStart-on-EMR @pas256 let me know once your Ansible instructions are ready, and I will link to it from the Wiki (and call this issue closed). Thanks! |
Added link to: https://github.com/Netflix/genie/wiki/QuickStart-on-EMR. I think we can call this done. @pas256, thanks for your contribution! |
We have have two ways to install Genie easily on top of EMR. Closing this issue. |
Since Genie has several pre-requisites such as Hadoop, Hive, Pig and Tomcat, and many configurations to tweak, we should create a sandbox (e.g. an AMI, a bootstrap action, a playbook, etc) that our users can instantiate to get Genie working easily out of the box.
The text was updated successfully, but these errors were encountered: