Home Reference Source Repository
import EMR from 'node-jungle/src/emr.js'
public class | source

EMR

Extends:

Service → EMR

Elastic MapReduce

Method Summary

Public Methods
public

getClusters(name: string, stateName: string, rawParams: Object): Promise

Return Cluster list

public

parseParamOptions(stateName: string, rawParams: Object): Object

Parse param options

Public Methods

public getClusters(name: string, stateName: string, rawParams: Object): Promise source

Return Cluster list

Params:

NameTypeAttributeDescription
name string
  • optional

name for filter

stateName string
  • optional

state for filter

rawParams Object
  • optional

options

Return:

Promise

public parseParamOptions(stateName: string, rawParams: Object): Object source

Parse param options

Params:

NameTypeAttributeDescription
stateName string

state name

rawParams Object

params

Return:

Object