Class HBaseTimelineSchemaCreator
java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.storage.HBaseTimelineSchemaCreator
- All Implemented Interfaces:
org.apache.hadoop.yarn.server.timelineservice.storage.SchemaCreator
@Private
@Unstable
public final class HBaseTimelineSchemaCreator
extends Object
implements org.apache.hadoop.yarn.server.timelineservice.storage.SchemaCreator
This creates the schema for a hbase based backend for storing application
timeline information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateAllTables(org.apache.hadoop.conf.Configuration hbaseConf, boolean skipExisting) voidcreateTimelineSchema(String[] args)
-
Constructor Details
-
HBaseTimelineSchemaCreator
public HBaseTimelineSchemaCreator()
-
-
Method Details
-
createTimelineSchema
- Specified by:
createTimelineSchemain interfaceorg.apache.hadoop.yarn.server.timelineservice.storage.SchemaCreator- Throws:
Exception
-
createAllTables
@VisibleForTesting public static void createAllTables(org.apache.hadoop.conf.Configuration hbaseConf, boolean skipExisting) throws IOException - Throws:
IOException
-