Class TimelineSchemaCreator

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.yarn.server.timelineservice.storage.TimelineSchemaCreator
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

public class TimelineSchemaCreator extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
This creates the timeline schema for storing application timeline information. Each backend has to implement the SchemaCreator for creating the schema in its backend and should be configured in yarn-site.xml.
  • Constructor Details

    • TimelineSchemaCreator

      public TimelineSchemaCreator()
  • Method Details

    • main

      public static void main(String[] args)
    • run

      public int run(String[] args) throws Exception
      Specified by:
      run in interface org.apache.hadoop.util.Tool
      Throws:
      Exception