Caused by: org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: java.sql.BatchUpdateException: Table 'druid.druid_tracking_segments' doesn't exist
Are my assumptions correct ?
1. Can we have multiple druid_segments table ? Or should we use only druid_segments as segment meta data table ?
2. Should every data source segments sit inside its own segments table in MySQL (Meta data) ?
3. Why did automatic table creation failed ?
Regards,
Deepak
Hello,When i ran examples (server and client) for the very first time, i found that MySQL druid instance had 3 tables auto created (druid_segments is of my interest here). I ran a HadoopDruidIndexer with "segmentTable": "druid_tracking_segments" and it failed withCaused by: org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: java.sql.BatchUpdateException: Table 'druid.druid_tracking_segments' doesn't exist
Are my assumptions correct ?
1. Can we have multiple druid_segments table ? Or should we use only druid_segments as segment meta data table ?
2. Should every data source segments sit inside its own segments table in MySQL (Meta data) ?
3. Why did automatic table creation failed ?
Regards,
Deepak