Application Basic Information
{{app-table table-id="app-table" app=model.app}}
{{#if model.app.isFailed}}
Diagnostics
{{model.app.diagnostics}}
{{else}}
Diagnostics
{{/if}}
Scheduling Info
Allocated Resource {{model.app.allocatedResource}}
Running Containers {{model.app.runningContainers}}
Preempted Resource {{model.app.preemptedResource}}
Num Non-AM container preempted {{model.app.numAMContainerPreempted}}
Num AM container preempted {{model.app.numAMContainerPreempted}}
Aggregated Resource Usage {{model.app.aggregatedResourceUsage}}
Other Info
AM Container Log Link
AM Host Http Addr Link
Log Aggregation Status {{model.app.logAggregationStatus}}
Is Unmanaged AM {{model.app.unmanagedApplication}}
AM Node Label Expression {{model.app.amNodeLabelExpression}}
{{timeline-view parent-id="attempt-timeline-div" my-id="timeline-view" height="100%" rmModel=model.attempts label="shortAppAttemptId" attemptModel=true}}
{{outlet}}