Page tree

Release 6.4.2


Contents:

   

For the latest updates on available API endpoints and documentation, see api.trifacta.com.

This is the latest version of the APIs.

Contents:


Create an EMR cluster identifier object in the Designer Cloud Powered by Trifacta® platform.

NOTE: APIs for EMR clusters apply only to instances of the Designer Cloud Powered by Trifacta platform that are integrated with Amazon EMR clusters. These APIs can be used to manage switching between EMR clusters when needed.

NOTE: There can be only one EMR cluster registered with the platform at any time. The registered cluster is always the active one.

Tip: You can use the PATCH method on the current EMRCluster object to update the EMR cluster ID that is active for the platform. See API EMRClusters Patch v4.

 

Version:  v4

Required Permissions

NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.4/index.html#section/Authentication.

Request

Request Type: POST

Endpoint:

/v4/emrClusters/


Request URI - Example:

/v4/emrClusters/

Request Body:

{
    "emrClusterId": "a-2BFK2$KVR7QQ",
    "resourceBucket": "3dog-testing-emr-spark",
    "resourcePath": "",
    "region": "us-west-2"
}

 

Response

Response Status Code - Success:  201 - Created

Response Body Example:

{
    "id": 1,
    "emrClusterId": "a-2BFK2$KVR7QQ",
    "resourceBucket": "3dog-testing-emr-spark",
    "resourcePath": "",
    "region": "us-west-2",
    "updatedAt": "2019-02-14T01:20:51.303Z",
    "createdAt": "2019-02-14T01:20:51.303Z"
}

Reference

For more information, see API EMRClusters Get v4.

This page has no comments.