Example usage for org.apache.hadoop.yarn.server.timeline TimelineEntityGroupPlugin subclass-usage

List of usage examples for org.apache.hadoop.yarn.server.timeline TimelineEntityGroupPlugin subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.yarn.server.timeline TimelineEntityGroupPlugin subclass-usage.

Usage

From source file org.apache.spark.deploy.history.yarn.plugin.SparkATSPlugin.java

/**
 * This class is designed to be loaded in the YARN application timeline server.
 * <i>Important:</i> this must not include any dependencies which aren't already on the ATS
 * classpath. No references to Spark classes, use of Scala etc.
 * This is why it is in Java, and in its own package.
 */

From source file org.apache.tez.dag.history.logging.ats.TimelineCachePluginImpl.java

public class TimelineCachePluginImpl extends TimelineEntityGroupPlugin {

    private static Set<String> summaryEntityTypes;
    private static Set<String> knownEntityTypes;

    static {