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.

Map getAttributesToNodes(Set)

The interface used by client to get mapping of AttributeKey to associated NodeToAttributeValue list for specified node attributeKeys in the cluster.

Set getClusterAttributes()

The interface used by client to get node attributes in the cluster.

Map getNodeToAttributes(Set)

The interface used by client to get all node to attribute mapping in existing cluster.

Resource getResourceProfile(String)

Get the details of a specific resource profile from the RM.

Map getResourceProfiles()

Get the resource profiles available in the RM.

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