Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
Ec2InstanceAttributes |
Cluster.getEc2InstanceAttributes()
Provides information about the EC2 instances in a cluster grouped by
category.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withEc2AvailabilityZone(String ec2AvailabilityZone)
The Availability Zone in which the cluster will run.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withEc2KeyName(String ec2KeyName)
The name of the Amazon EC2 key pair to use when connecting with SSH
into the master node as a user named "hadoop".
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withEc2SubnetId(String ec2SubnetId)
To launch the job flow in Amazon VPC, set this parameter to the
identifier of the Amazon VPC subnet where you want the job flow to
launch.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withIamInstanceProfile(String iamInstanceProfile)
The IAM role that was specified when the job flow was launched.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setEc2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes)
Provides information about the EC2 instances in a cluster grouped by
category.
|
Cluster |
Cluster.withEc2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes)
Provides information about the EC2 instances in a cluster grouped by
category.
|
Copyright © 2014. All rights reserved.