Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
Ec2InstanceAttributes |
Ec2InstanceAttributes.clone() |
Ec2InstanceAttributes |
Cluster.getEc2InstanceAttributes()
Provides information about the EC2 instances in a cluster grouped by
category.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withAdditionalMasterSecurityGroups(Collection<String> additionalMasterSecurityGroups)
A list of additional Amazon EC2 security group IDs for the master
node.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withAdditionalMasterSecurityGroups(String... additionalMasterSecurityGroups)
A list of additional Amazon EC2 security group IDs for the master
node.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withAdditionalSlaveSecurityGroups(Collection<String> additionalSlaveSecurityGroups)
A list of additional Amazon EC2 security group IDs for the slave
nodes.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withAdditionalSlaveSecurityGroups(String... additionalSlaveSecurityGroups)
A list of additional Amazon EC2 security group IDs for the slave
nodes.
|
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.withEmrManagedMasterSecurityGroup(String emrManagedMasterSecurityGroup)
The identifier of the Amazon EC2 security group (managed by Amazon
Elastic MapReduce) for the master node.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withEmrManagedSlaveSecurityGroup(String emrManagedSlaveSecurityGroup)
The identifier of the Amazon EC2 security group (managed by Amazon
Elastic MapReduce) for the slave nodes.
|
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 © 2015. All rights reserved.