- YARN_SITE_FILE_NAME - Static variable in class org.apache.flink.yarn.Utils
-
Yarn site xml file name populated in YARN container for secure IT run.
- YarnApplicationMasterRunner - Class in org.apache.flink.yarn
-
This class is the executable entry point for the YARN application master.
- YarnApplicationMasterRunner() - Constructor for class org.apache.flink.yarn.YarnApplicationMasterRunner
-
- YarnApplicationStatusMonitor - Class in org.apache.flink.yarn.cli
-
Utility class which monitors the specified yarn application status periodically.
- YarnApplicationStatusMonitor(YarnClient, ApplicationId, ScheduledExecutor) - Constructor for class org.apache.flink.yarn.cli.YarnApplicationStatusMonitor
-
- YarnClusterClient - Class in org.apache.flink.yarn
-
Java representation of a running Flink cluster within YARN.
- YarnClusterClient(AbstractYarnClusterDescriptor, int, int, ApplicationReport, Configuration, boolean) - Constructor for class org.apache.flink.yarn.YarnClusterClient
-
Create a new Flink on YARN cluster.
- YarnClusterDescriptor - Class in org.apache.flink.yarn
-
- YarnClusterDescriptor(Configuration, YarnConfiguration, String, YarnClient, boolean) - Constructor for class org.apache.flink.yarn.YarnClusterDescriptor
-
- YarnConfigKeys - Class in org.apache.flink.yarn
-
The Yarn environment variables used for settings of the containers.
- YarnConfigOptions - Class in org.apache.flink.yarn.configuration
-
This class holds configuration constants used by Flink's YARN runners.
- YarnConfigOptions.UserJarInclusion - Enum in org.apache.flink.yarn.configuration
-
- yarnContainer() - Method in class org.apache.flink.yarn.RegisteredYarnWorkerNode
-
- YarnContainerInLaunch - Class in org.apache.flink.yarn
-
This class describes a container in which a TaskManager is being launched (or
has been launched) but where the TaskManager has not properly registered, yet.
- YarnContainerInLaunch(Container) - Constructor for class org.apache.flink.yarn.YarnContainerInLaunch
-
- YarnContainerInLaunch(Container, long) - Constructor for class org.apache.flink.yarn.YarnContainerInLaunch
-
- YarnEntrypointUtils - Class in org.apache.flink.yarn.entrypoint
-
- YarnEntrypointUtils() - Constructor for class org.apache.flink.yarn.entrypoint.YarnEntrypointUtils
-
- YarnFlinkResourceManager - Class in org.apache.flink.yarn
-
Specialized Flink Resource Manager implementation for YARN clusters.
- YarnFlinkResourceManager(Configuration, YarnConfiguration, LeaderRetrievalService, String, String, ContaineredTaskManagerParameters, ContainerLaunchContext, int, int, int) - Constructor for class org.apache.flink.yarn.YarnFlinkResourceManager
-
- YarnFlinkResourceManager(Configuration, YarnConfiguration, LeaderRetrievalService, String, String, ContaineredTaskManagerParameters, ContainerLaunchContext, int, int, int, YarnResourceManagerCallbackHandler) - Constructor for class org.apache.flink.yarn.YarnFlinkResourceManager
-
- YarnFlinkResourceManager(Configuration, YarnConfiguration, LeaderRetrievalService, String, String, ContaineredTaskManagerParameters, ContainerLaunchContext, int, int, int, YarnResourceManagerCallbackHandler, AMRMClientAsync<AMRMClient.ContainerRequest>, NMClient) - Constructor for class org.apache.flink.yarn.YarnFlinkResourceManager
-
- YarnHighAvailabilityServices - Class in org.apache.flink.yarn.highavailability
-
The basis of HighAvailabilityServices for YARN setups.
- YarnHighAvailabilityServices(Configuration, Configuration) - Constructor for class org.apache.flink.yarn.highavailability.YarnHighAvailabilityServices
-
Creates new YARN high-availability services, configuring the file system and recovery
data directory based on the working directory in the given Hadoop configuration.
- YarnIntraNonHaMasterServices - Class in org.apache.flink.yarn.highavailability
-
These YarnHighAvailabilityServices are for the Application Master in setups where there is one
ResourceManager that is statically configured in the Flink configuration.
- YarnIntraNonHaMasterServices(Configuration, Configuration) - Constructor for class org.apache.flink.yarn.highavailability.YarnIntraNonHaMasterServices
-
Creates new YarnIntraNonHaMasterServices for the given Flink and YARN configuration.
- YarnJobClusterEntrypoint - Class in org.apache.flink.yarn.entrypoint
-
Entry point for Yarn per-job clusters.
- YarnJobClusterEntrypoint(Configuration, String) - Constructor for class org.apache.flink.yarn.entrypoint.YarnJobClusterEntrypoint
-
- YarnPreConfiguredMasterNonHaServices - Class in org.apache.flink.yarn.highavailability
-
These YarnHighAvailabilityServices are for use by the TaskManager in setups,
where there is one ResourceManager that is statically configured in the Flink configuration.
- YarnPreConfiguredMasterNonHaServices(Configuration, Configuration, HighAvailabilityServicesUtils.AddressResolution) - Constructor for class org.apache.flink.yarn.highavailability.YarnPreConfiguredMasterNonHaServices
-
Creates new YarnPreConfiguredMasterHaServices for the given Flink and YARN configuration.
- YarnResourceManager - Class in org.apache.flink.yarn
-
The yarn implementation of the resource manager.
- YarnResourceManager(RpcService, String, ResourceID, Configuration, Map<String, String>, HighAvailabilityServices, HeartbeatServices, SlotManager, MetricRegistry, JobLeaderIdService, ClusterInformation, FatalErrorHandler, String, JobManagerMetricGroup) - Constructor for class org.apache.flink.yarn.YarnResourceManager
-
- YarnResourceManagerCallbackHandler - Class in org.apache.flink.yarn
-
This class reacts to callbacks from the YARN Resource Manager.
- YarnResourceManagerCallbackHandler() - Constructor for class org.apache.flink.yarn.YarnResourceManagerCallbackHandler
-
- YarnResourceManagerCallbackHandler(ActorRef) - Constructor for class org.apache.flink.yarn.YarnResourceManagerCallbackHandler
-
- YarnResourceManagerFactory - Enum in org.apache.flink.yarn.entrypoint
-
- YarnSessionClusterEntrypoint - Class in org.apache.flink.yarn.entrypoint
-
Entry point for Yarn session clusters.
- YarnSessionClusterEntrypoint(Configuration, String) - Constructor for class org.apache.flink.yarn.entrypoint.YarnSessionClusterEntrypoint
-
- YarnTaskExecutorRunner - Class in org.apache.flink.yarn
-
This class is the executable entry point for running a TaskExecutor in a YARN container.
- YarnTaskExecutorRunner() - Constructor for class org.apache.flink.yarn.YarnTaskExecutorRunner
-
- YarnTaskManagerRunnerFactory - Class in org.apache.flink.yarn
-
The entry point for running a TaskManager in a YARN container.
- YarnTaskManagerRunnerFactory() - Constructor for class org.apache.flink.yarn.YarnTaskManagerRunnerFactory
-
- YarnTaskManagerRunnerFactory.Runner - Class in org.apache.flink.yarn
-
Runner for the YarnTaskManager.
- YarnWorkerNode - Class in org.apache.flink.yarn
-
A stored YARN worker, which contains the YARN container.
- YarnWorkerNode(Container) - Constructor for class org.apache.flink.yarn.YarnWorkerNode
-