Generated by
JDiff

Class org.apache.hadoop.yarn.client.api.YarnClient

Added Methods
GetNewReservationResponse createReservation()

Obtain a GetNewReservationResponse for a new reservation which contains the ReservationId object.

void failApplicationAttempt(ApplicationAttemptId)

Fail an application attempt identified by given ID.

List getApplications(GetApplicationsRequest)

Get a list of ApplicationReports that match the given GetApplicationsRequest

List getApplications(Set, EnumSet, Set)

Get a report (ApplicationReport) of Applications matching the given application types application states and application tags in the cluster.

List getApplications(Set, Set, Set, EnumSet)

Get a report (ApplicationReport) of Applications matching the given users queues application types and application states in the cluster.

List getResourceTypeInfo()

Get available resource types supported by RM.

void killApplication(ApplicationId, String)

Kill an application identified by given ID.

ReservationListResponse listReservations(ReservationListRequest)

The interface used by clients to get the list of reservations in a plan.

void signalToContainer(ContainerId, SignalContainerCommand)

Signal a container identified by given ID.

Priority updateApplicationPriority(ApplicationId, Priority)

The interface used by client to set priority of an application

UpdateApplicationTimeoutsResponse updateApplicationTimeouts(UpdateApplicationTimeoutsRequest)  
 

Changed Methods
List getClusterNodeLabels() Change in return type from Set to List.

The interface used by client to get node labels in the cluster