リリースラベル emr-4.x 以降の Amazon EMR クラスターの起動 - AWS Data Pipeline

リリースラベル emr-4.x 以降の Amazon EMR クラスターの起動

次の例では、新しい releaseLabel フィールドを使用して Amazon EMR クラスターを起動します。

{ "id" : "MyEmrCluster", "type" : "EmrCluster", "keyPair" : "my-key-pair", "masterInstanceType" : "m3.xlarge", "coreInstanceType" : "m3.xlarge", "coreInstanceCount" : "10", "taskInstanceType" : "m3.xlarge", "taskInstanceCount": "10", "releaseLabel": "emr-4.1.0", "applications": ["spark", "hive", "pig"], "configuration": {"ref":"myConfiguration"} }