Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Java API

Updated on 2022-07-11 GMT+08:00

For details about YARN application programming interfaces (APIs), see http://hadoop.apache.org/docs/r3.1.1/api/index.html.

Common Interfaces

Common YARN Java classes are as follows:

  • ApplicationClientProtocol

    This class is used between the client and ResourceManager. The client submits applications to ResourceManager, queries the running status of applications, and kills applications using this protocol.

    Table 1 Common interfaces of ApplicationClientProtocol

    Interface

    Description

    forceKillApplication(KillApplicationRequest request)

    The client requests ResourceManager to stop a submitted task through this interface.

    getApplicationAttemptReport(GetApplicationAttemptReportRequest request)

    The client obtains the report of specified ApplicationAttempt from ResourceManager through this interface.

    getApplicationAttempts(GetApplicationAttemptsRequest request)

    The client obtains the report of all ApplicationAttempts from ResourceManager through this interface.

    getApplicationReport(GetApplicationReportRequest request)

    The client obtains an application report from ResourceManager through this interface.

    getApplications(GetApplicationsRequest request)

    The client obtains information about applications that meet filtering conditions from ResourceManager through this interface.

    getClusterMetrics(GetClusterMetricsRequest request)

    The client obtains metrics of clusters from ResourceManager through this interface.

    getClusterNodes(GetClusterNodesRequest request)

    The client obtains information about all nodes in a cluster from ResourceManager through this interface.

    getContainerReport(GetContainerReportRequest request)

    The client obtains the report of a Container from ResourceManager through this interface.

    getContainers(GetContainersRequest request)

    The client obtains the report of all Containers of an ApplicationAttempt from ResourceManager through this interface.

    getDelegationToken(GetDelegationTokenRequest request)

    The client obtains the delegation token through this interface. The delegation token is used by the container to access related services.

    getNewApplication(GetNewApplicationRequest request)

    The client obtains a new application ID through this interface for submitting a new application.

    getQueueInfo(GetQueueInfoRequest request)

    The client obtains queue information from ResourceManager through this interface.

    getQueueUserAcls(GetQueueUserAclsInfoRequest request)

    The client obtains queue access permission information about the current user from ResourceManager through this interface.

    moveApplicationAcrossQueues(MoveApplicationAcrossQueuesRequest request)

    This interface is used to move an application to a new queue.

    submitApplication(SubmitApplicationRequest request)

    The client submits a new application to ResourceManager through this interface.

  • ApplicationMasterProtocol

    This class is used between ApplicationMaster and ResourceManager. ApplicationMaster registers with ResourceManager, and applies for resources and obtains the running status of each task from ResourceManager using this protocol.

    Table 2 Common interfaces of ApplicationMasterProtocol

    Interface

    Description

    allocate(AllocateRequest request)

    ApplicationMaster submits a resource allocation request through this interface.

    finishApplicationMaster(FinishApplicationMasterRequest request)

    ApplicationMaster notifies ResourceManager of running success or failure through this interface.

    registerApplicationMaster(RegisterApplicationMasterRequest request)

    ApplicationMaster registers with ResourceManager through this interface.

  • ContainerManagementProtocol

    This class is used between ApplicationMaster and NodeManager. ApplicationMaster requests NodeManager to start or terminate a Container or queries the Container running status using this protocol.

    Table 3 Common interfaces of ContainerManagementProtocol

    Interface

    Description

    getContainerStatuses(GetContainerStatusesRequest request)

    ApplicationMaster obtains the current status of the Containers from NodeManager through this interface.

    startContainers(StartContainersRequest request)

    ApplicationMaster requests NodeManager to start Containers through this interface.

    stopContainers(StopContainersRequest request)

    ApplicationMaster requests NodeManager to stop a series of allocated Containers through this interface.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback