describe-cluster EMR CLI command

From GM-RKB
(Redirected from describe-cluster)
Jump to navigation Jump to search

A describe-cluster EMR CLI command is an EMR CLI command that ...

  • Example(s):
    • aws emr create-cluster --name 'iPythonNLTKSparkEMR' --applications Name=Hadoop Name=Spark Name=Ganglia --release-label emr-4.7.1 --region us-east-1 --tags Name=EMR --bootstrap-actions '[{"Path":"s3://ipython-v01/install-ipython-notebook-withPySpark.sh","Name":"Custom action"}]' --ec2-attributes '{"KeyName":"GM-EMR","InstanceProfile":"EMR_EC2_DefaultRole","AvailabilityZone":"us-east-1a","EmrManagedSlaveSecurityGroup":"sg-b6fb13a0","EmrManagedMasterSecurityGroup":"sg-4efb1358"}' --service-role EMR_DefaultRole --enable-debugging --log-uri 's3n://aws-logs-747579156672-us-east-1/elasticmapreduce/' --instance-groups '[{"InstanceCount":1,"BidPrice":"0.10","InstanceGroupType":"CORE","InstanceType":"m3.xlarge","Name":"Core instance group - 2"},{"InstanceCount":1,"BidPrice":"0.10","InstanceGroupType":"MASTER","InstanceType":"m3.xlarge","Name":"Master instance group - 1"}]'
  • See: create-cluster, AWS EMR.