GitHub user hys9958 opened a pull request:
https://github.com/apache/tajo/pull/269
TAJO-1199: EMR bootstrap script for Tajo
Using aws-cli.
- Install aws-cli like link.
http://docs.aws.amazon.com/cli/latest/userguide/installing.html
- Start Tajo with EMR Cluster like this,<br>
$>aws emr create-cluster --name {cluster_name} --ami-version 3.3
--instance-type {instance_type} --instance-count {instance_count}
--ec2-attributes KeyName={key_pair_name} --bootstrap-action
Path=s3://{your_bucket}/install-EMR-tajo.sh,Args=["-t","s3://{your_bucket}/tajo-0.9.0.tar.gz","-c","s3://{your_bucket}/conf","-l","s3://{your_bucket}/lib"]
- bootstrap argument
- '-t' is tajo binary Tarball URL.
- '-c' is tajo conf directory URL.
- '-l' is tajo third party lib URL.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hys9958/tajo tajo-1199
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/269.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #269
----
commit 80afe993b82d57582fbeab64d20199f4dfa3d9af
Author: jhkim <[email protected]>
Date: 2014-11-21T07:23:32Z
TAJO-1205: Remove possible memory leak in TajoMaster. (jinho)
Closes #265
commit 32b521d63d5e95f4a0d4ef412346f0ce57f95e86
Author: hys9958 <[email protected]>
Date: 2014-11-24T08:25:34Z
TAJO-1199 EMR bootstrap script for Tajo
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---