Skip to content

Commit

Permalink
Updated Readme CLI example
Browse files Browse the repository at this point in the history
  • Loading branch information
mandusm committed Jul 15, 2015
1 parent eefdfed commit 36155f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impala/Readme.md
Expand Up @@ -26,7 +26,7 @@ Built on Sun, 07 Jun 2015 13:17:11 UTC
Using the AWS CLI tools you can launch a cluster with the following command:
####Default Options
```
aws emr create-cluster --name="PRESTO" --ami-version=3.3.2 --applications Name=hive --ec2-attributes KeyName=[KEY_NAME] --instance-groups InstanceGroupType=MASTER,InstanceCount=1,InstanceType=m3.xlarge InstanceGroupType=CORE,InstanceCount=1,InstanceType=m3.xlarge --bootstrap-action Name="Install Impala2",Path="s3://support.elasticmapreduce/bootstrap-actions/impala/impala-install"
aws emr create-cluster --name="Impala 2.2.0" --ami-version=3.7.0 --applications Name=hive --ec2-attributes KeyName=[KEY_NAME] --instance-groups InstanceGroupType=MASTER,InstanceCount=1,InstanceType=m3.xlarge InstanceGroupType=CORE,InstanceCount=1,InstanceType=m3.xlarge --bootstrap-action Name="Install Impala2",Path="s3://support.elasticmapreduce/bootstrap-actions/impala/impala-install"
```


1 comment on commit 36155f5

@gallamine
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the date is a typo - it's 3 months into the future from the commit date.

Please sign in to comment.