Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.2.0, 3.1.2, 3.3.0
-
None
-
None
Description
HBaseTimelineSchemaCreator provides option to configure custom table names for timelineservice tables. The option skipExistingTable ignores the tables already created with custom tablenames and recreates the tables with default table names. The custom table names has to be persisted so that skipExistingTable, HBaseTimelineWriterImpl, HBaseTimelineReaderImpl can use this. It currently expects to pass all custom table names every time TimelineSchemaCreator is used.