Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
Ec2InstanceAttributes |
Ec2InstanceAttributes.clone() |
Ec2InstanceAttributes |
Cluster.getEc2InstanceAttributes()
Provides information about the Amazon 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 core and task nodes.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withAdditionalSlaveSecurityGroups(String... additionalSlaveSecurityGroups)
A list of additional Amazon EC2 security group IDs for the core and task 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)
Set this parameter to the identifier of the Amazon VPC subnet where you want the cluster to launch.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withEmrManagedMasterSecurityGroup(String emrManagedMasterSecurityGroup)
The identifier of the Amazon EC2 security group for the master node.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withEmrManagedSlaveSecurityGroup(String emrManagedSlaveSecurityGroup)
The identifier of the Amazon EC2 security group for the core and task nodes.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withIamInstanceProfile(String iamInstanceProfile)
The IAM role that was specified when the cluster was launched.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withRequestedEc2AvailabilityZones(Collection<String> requestedEc2AvailabilityZones)
Applies to clusters configured with the instance fleets option.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withRequestedEc2AvailabilityZones(String... requestedEc2AvailabilityZones)
Applies to clusters configured with the instance fleets option.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withRequestedEc2SubnetIds(Collection<String> requestedEc2SubnetIds)
Applies to clusters configured with the instance fleets option.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withRequestedEc2SubnetIds(String... requestedEc2SubnetIds)
Applies to clusters configured with the instance fleets option.
|
Ec2InstanceAttributes |
Ec2InstanceAttributes.withServiceAccessSecurityGroup(String serviceAccessSecurityGroup)
The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private
subnets.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setEc2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes)
Provides information about the Amazon EC2 instances in a cluster grouped by category.
|
Cluster |
Cluster.withEc2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes)
Provides information about the Amazon EC2 instances in a cluster grouped by category.
|
Copyright © 2023. All rights reserved.