Add Job Flow Steps
POST {{aws_emr_base_url}}/?Action=AddJobFlowSteps
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string |
Request Body
{"JobFlowId"=>"string", "Steps"=>[{"ActionOnFailure"=>"string", "HadoopJarStep"=>{"Args"=>["string"], "Jar"=>"string", "MainClass"=>"string", "Properties"=>[{"Key"=>"string", "Value"=>"string"}]}, "Name"=>"string"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
User-Agent | string | ||
X-Amz-Target | string |