Jinstarry commented on issue #7137: Scheduling error to find already existing meta tables when using postgresql URL: https://github.com/apache/incubator-druid/issues/7137#issuecomment-489544904 > I guess that can be solved on the database level setting the correct schema, for example: > > ``` > ALTER TABLE prod_segments > SET SCHEMA druid; > ``` I checked the source code of the scheduler and it only worked if it was 'druid'. As you said, it seems to work by changing the schema of every druid meta table one by one. However, because there are many tables in addition to 'prod_segments', I thought it was right to specify a schema for druid access. So I modified the configurable source code.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
