com.krux.hyperion.objects.aws

AdpEmrCluster

Related Doc: package aws

case class AdpEmrCluster(id: String, name: Option[String], bootstrapAction: Seq[String], amiVersion: Option[String], masterInstanceType: Option[String], coreInstanceType: Option[String], coreInstanceCount: Option[String], taskInstanceType: Option[String], taskInstanceCount: Option[String], taskInstanceBidPrice: Option[String], terminateAfter: String, keyPair: Option[String], region: Option[String], enableDebugging: Option[String], supportedProducts: Option[String], subnetId: Option[String]) extends AdpDataPipelineAbstractObject with AdpResource with Product with Serializable

Represents the configuration of an Amazon EMR cluster. This object is used by EmrActivity to launch a cluster.

bootstrapAction

An action to run when the cluster starts. You can specify comma-separated arguments. To specify multiple actions, up to 255, add multiple bootstrapAction fields. The default behavior is to start the cluster without any bootstrap actions.

amiVersion

The Amazon Machine Image (AMI) version to use by Amazon EMR to install the cluster nodes.

masterInstanceType

The type of EC2 instance to use for the master node. The default value is m1.small.

coreInstanceType

The type of EC2 instance to use for core nodes. The default value is m1.small.

coreInstanceCount

The number of core nodes to use for the cluster. The default value is 1.

taskInstanceType

The type of EC2 instance to use for task nodes.

taskInstanceCount

The number of task nodes to use for the cluster. The default value is 1.

taskInstanceBidPrice

The maximum dollar amount for your Spot Instance bid and is a decimal value between 0 and 20.00 exclusive. Setting this value enables Spot Instances for the EMR cluster task nodes.

terminateAfter

The amount of time to wait before terminating the resource.

keyPair

The Amazon EC2 key pair to use to log onto the master node of the cluster. The default action is not to attach a key pair to the cluster.

region

A region code to specify that the resource should run in a different region.

enableDebugging

Enables debugging on the Amazon EMR cluster.

supportedProducts

A parameter that installs third-party software on an Amazon EMR cluster, for example installing a third-party distribution of Hadoop.

subnetId

The ID of the subnet to launch the instance into.

Source
AdpResources.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AdpResource, AdpDataPipelineObject, AdpDataPipelineAbstractObject, AdpObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AdpEmrCluster
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AdpResource
  7. AdpDataPipelineObject
  8. AdpDataPipelineAbstractObject
  9. AdpObject
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AdpEmrCluster(id: String, name: Option[String], bootstrapAction: Seq[String], amiVersion: Option[String], masterInstanceType: Option[String], coreInstanceType: Option[String], coreInstanceCount: Option[String], taskInstanceType: Option[String], taskInstanceCount: Option[String], taskInstanceBidPrice: Option[String], terminateAfter: String, keyPair: Option[String], region: Option[String], enableDebugging: Option[String], supportedProducts: Option[String], subnetId: Option[String])

    bootstrapAction

    An action to run when the cluster starts. You can specify comma-separated arguments. To specify multiple actions, up to 255, add multiple bootstrapAction fields. The default behavior is to start the cluster without any bootstrap actions.

    amiVersion

    The Amazon Machine Image (AMI) version to use by Amazon EMR to install the cluster nodes.

    masterInstanceType

    The type of EC2 instance to use for the master node. The default value is m1.small.

    coreInstanceType

    The type of EC2 instance to use for core nodes. The default value is m1.small.

    coreInstanceCount

    The number of core nodes to use for the cluster. The default value is 1.

    taskInstanceType

    The type of EC2 instance to use for task nodes.

    taskInstanceCount

    The number of task nodes to use for the cluster. The default value is 1.

    taskInstanceBidPrice

    The maximum dollar amount for your Spot Instance bid and is a decimal value between 0 and 20.00 exclusive. Setting this value enables Spot Instances for the EMR cluster task nodes.

    terminateAfter

    The amount of time to wait before terminating the resource.

    keyPair

    The Amazon EC2 key pair to use to log onto the master node of the cluster. The default action is not to attach a key pair to the cluster.

    region

    A region code to specify that the resource should run in a different region.

    enableDebugging

    Enables debugging on the Amazon EMR cluster.

    supportedProducts

    A parameter that installs third-party software on an Amazon EMR cluster, for example installing a third-party distribution of Hadoop.

    subnetId

    The ID of the subnet to launch the instance into.

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val amiVersion: Option[String]

    The Amazon Machine Image (AMI) version to use by Amazon EMR to install the cluster nodes.

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val bootstrapAction: Seq[String]

    An action to run when the cluster starts.

    An action to run when the cluster starts. You can specify comma-separated arguments. To specify multiple actions, up to 255, add multiple bootstrapAction fields. The default behavior is to start the cluster without any bootstrap actions.

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val coreInstanceCount: Option[String]

    The number of core nodes to use for the cluster.

    The number of core nodes to use for the cluster. The default value is 1.

  9. val coreInstanceType: Option[String]

    The type of EC2 instance to use for core nodes.

    The type of EC2 instance to use for core nodes. The default value is m1.small.

  10. val enableDebugging: Option[String]

    Enables debugging on the Amazon EMR cluster.

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. val id: String

    The ID of the object, IDs must be unique within a pipeline definition

    The ID of the object, IDs must be unique within a pipeline definition

    Definition Classes
    AdpEmrClusterAdpDataPipelineObjectAdpDataPipelineAbstractObject
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. val keyPair: Option[String]

    The Amazon EC2 key pair to use to log onto the master node of the cluster.

    The Amazon EC2 key pair to use to log onto the master node of the cluster. The default action is not to attach a key pair to the cluster.

    Definition Classes
    AdpEmrClusterAdpResource
  17. val masterInstanceType: Option[String]

    The type of EC2 instance to use for the master node.

    The type of EC2 instance to use for the master node. The default value is m1.small.

  18. val name: Option[String]

    The optional, user-defined label of the object.

    The optional, user-defined label of the object. If you do not provide a name for an object in a pipeline definition, AWS Data Pipeline automatically duplicates the value of id.

    Definition Classes
    AdpEmrClusterAdpDataPipelineObjectAdpDataPipelineAbstractObject
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. val region: Option[String]

    A region code to specify that the resource should run in a different region.

    A region code to specify that the resource should run in a different region.

    Definition Classes
    AdpEmrClusterAdpResource
  23. val subnetId: Option[String]

    The ID of the subnet to launch the instance into.

  24. val supportedProducts: Option[String]

    A parameter that installs third-party software on an Amazon EMR cluster, for example installing a third-party distribution of Hadoop.

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. val taskInstanceBidPrice: Option[String]

    The maximum dollar amount for your Spot Instance bid and is a decimal value between 0 and 20.00 exclusive.

    The maximum dollar amount for your Spot Instance bid and is a decimal value between 0 and 20.00 exclusive. Setting this value enables Spot Instances for the EMR cluster task nodes.

  27. val taskInstanceCount: Option[String]

    The number of task nodes to use for the cluster.

    The number of task nodes to use for the cluster. The default value is 1.

  28. val taskInstanceType: Option[String]

    The type of EC2 instance to use for task nodes.

  29. val terminateAfter: String

    The amount of time to wait before terminating the resource.

    The amount of time to wait before terminating the resource.

    Definition Classes
    AdpEmrClusterAdpResource
  30. val type: String

    The type of object.

    The type of object. Use one of the predefined AWS Data Pipeline object types.

    Definition Classes
    AdpEmrClusterAdpDataPipelineObject
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AdpResource

Inherited from AdpDataPipelineObject

Inherited from AdpObject

Inherited from AnyRef

Inherited from Any

Ungrouped