Class YarnApplicationStatusMonitor

  • All Implemented Interfaces:
    AutoCloseable

    public class YarnApplicationStatusMonitor
    extends Object
    implements AutoCloseable
    Utility class which monitors the specified yarn application status periodically.
    • Constructor Detail

      • YarnApplicationStatusMonitor

        public YarnApplicationStatusMonitor​(org.apache.hadoop.yarn.client.api.YarnClient yarnClient,
                                            org.apache.hadoop.yarn.api.records.ApplicationId yarnApplicationId,
                                            ScheduledExecutor scheduledExecutor)