[
https://issues.apache.org/jira/browse/TAJO-1199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14222788#comment-14222788
]
ASF GitHub Bot commented on TAJO-1199:
--------------------------------------
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
----
> EMR bootstrap script for Tajo
> -----------------------------
>
> Key: TAJO-1199
> URL: https://issues.apache.org/jira/browse/TAJO-1199
> Project: Tajo
> Issue Type: New Feature
> Components: tools
> Affects Versions: 0.9.1
> Reporter: YeonSu Han
> Assignee: YeonSu Han
> Labels: features
> Fix For: 0.9.1
>
>
> Hi guys,
> I'd like to contribute EMR bootstrap script for Tajo. With this script, you
> can easily launch a Tajo cluster on EMR.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)