org.apache.hadoop.yarn.api.protocolrecords
Interface GetApplicationReportResponse


@InterfaceAudience.Public
@InterfaceStability.Stable
public interface GetApplicationReportResponse

The response sent by the ResourceManager to a client requesting an application report.

The response includes an ApplicationReport which has details such as user, queue, name, host on which the ApplicationMaster is running, RPC port, tracking URL, diagnostics, start time etc.

See Also:
ClientRMProtocol.getApplicationReport(GetApplicationReportRequest)

Method Summary
 ApplicationReport getApplicationReport()
          Get the ApplicationReport for the application.
 

Method Detail

getApplicationReport

@InterfaceAudience.Public
@InterfaceStability.Stable
ApplicationReport getApplicationReport()
Get the ApplicationReport for the application.

Returns:
ApplicationReport for the application


Copyright © 2013 Apache Software Foundation. All Rights Reserved.