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 Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Constructor Details
-
TimelineSchemaCreator
public TimelineSchemaCreator()
-
-
Method Details
-
main
-
run
- Specified by:
runin interfaceorg.apache.hadoop.util.Tool- Throws:
Exception
-