You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/05/06 08:25:45 UTC

[GitHub] [incubator-druid] Jinstarry commented on issue #7137: Scheduling error to find already existing meta tables when using postgresql

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org