Interface | Description |
---|---|
YarnClusterInformationRetriever |
Interface which allows to retrieve information about a Yarn cluster.
|
YarnNodeManagerClientFactory |
Factory interface for
NMClientAsync . |
YarnResourceManagerClientFactory |
Factory interface for
AMRMClientAsync . |
Class | Description |
---|---|
DefaultYarnNodeManagerClientFactory |
Default implementation of
YarnNodeManagerClientFactory . |
DefaultYarnResourceManagerClientFactory |
Default implementation of
YarnResourceManagerClientFactory . |
TaskExecutorProcessSpecContainerResourcePriorityAdapter | |
Utils |
Utility class that provides helper methods to work with Apache Hadoop YARN.
|
YarnClientYarnClusterInformationRetriever |
YarnClusterInformationRetriever implementation which queries the Yarn cluster using a
YarnClient instance. |
YarnClusterClientFactory |
A
ClusterClientFactory for a YARN cluster. |
YarnClusterDescriptor |
The descriptor with deployment information for deploying a Flink cluster on Yarn.
|
YarnConfigKeys |
The Yarn environment variables used for settings of the containers.
|
YarnResourceManagerDriver |
Implementation of
ResourceManagerDriver for Yarn deployment. |
YarnTaskExecutorRunner |
This class is the executable entry point for running a TaskExecutor in a YARN container.
|
YarnWorkerNode |
A stored YARN worker, which contains the YARN container.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.