Uncomment EMR FailureDetails. Closes #1891.
This commit is contained in:
parent
2d2ffa2bba
commit
f4767c805e
@ -613,13 +613,11 @@ DESCRIBE_STEP_TEMPLATE = """<DescribeStepResponse xmlns="http://elasticmapreduce
|
|||||||
<Id>{{ step.id }}</Id>
|
<Id>{{ step.id }}</Id>
|
||||||
<Name>{{ step.name | escape }}</Name>
|
<Name>{{ step.name | escape }}</Name>
|
||||||
<Status>
|
<Status>
|
||||||
<!-- does not exist for botocore 1.4.28
|
|
||||||
<FailureDetails>
|
<FailureDetails>
|
||||||
<Reason/>
|
<Reason/>
|
||||||
<Message/>
|
<Message/>
|
||||||
<LogFile/>
|
<LogFile/>
|
||||||
</FailureDetails>
|
</FailureDetails>
|
||||||
-->
|
|
||||||
<State>{{ step.state }}</State>
|
<State>{{ step.state }}</State>
|
||||||
<StateChangeReason>{{ step.state_change_reason }}</StateChangeReason>
|
<StateChangeReason>{{ step.state_change_reason }}</StateChangeReason>
|
||||||
<Timeline>
|
<Timeline>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user