This module provies an interface to the Elastic MapReduce (EMR) service from AWS.
Get all available regions for the Amazon Elastic MapReduce service.
Return type: | list |
---|---|
Returns: | A list of boto.regioninfo.RegionInfo |
Represents a connection to the EMR service
alias of EmrResponseError
Adds instance groups to a running cluster.
Parameters: |
|
---|
Adds steps to a jobflow
Parameters: |
|
---|
Create new metadata tags for the specified resource id.
Parameters: |
---|
Describes an Elastic MapReduce cluster
Parameters: | cluster_id (str) – The cluster id of interest |
---|
Describes a single Elastic MapReduce job flow
Parameters: | jobflow_id (str) – The job flow id of interest |
---|
Retrieve all the Elastic MapReduce job flows on your account
Parameters: |
---|
Describe an Elastic MapReduce step
Parameters: |
---|
Get a list of bootstrap actions for an Elastic MapReduce cluster
Parameters: |
---|
List Elastic MapReduce clusters with optional filtering
Parameters: |
---|
List EC2 instance groups in a cluster
Parameters: |
---|
List EC2 instances in a cluster
Parameters: |
---|
List cluster steps
Parameters: |
---|
Modify the number of nodes and configuration settings in an instance group.
Parameters: |
|
---|
Remove metadata tags for the specified resource id.
Parameters: |
---|
Runs a job flow :type name: str :param name: Name of the job flow
Parameters: |
|
---|---|
Return type: | str |
Returns: | The jobflow id |
Set termination protection on specified Elastic MapReduce job flows
Parameters: |
|
---|
Set whether specified Elastic Map Reduce job flows are visible to all IAM users
Parameters: |
|
---|
Hive script step
Install Hive on EMR step
Install pig on emr step
Custom jar step
A elastic mapreduce step that executes a jar
Parameters: |
---|
Pig script step
Jobflow Step base class
Return type: | list(str) |
---|---|
Returns: | List of arguments for the step |
Return type: | str |
---|---|
Returns: | URI to the jar |
Return type: | str |
---|---|
Returns: | The main class name |
Hadoop streaming step
A hadoop streaming elastic mapreduce step
Parameters: |
|
---|
This module contains EMR response objects