You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/06/08 09:09:42 UTC

[GitHub] jiaz opened a new issue #5164: Simplify Druid configuration

jiaz opened a new issue #5164: Simplify Druid configuration
URL: https://github.com/apache/incubator-superset/issues/5164
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if any
   - [x] I have reproduced the issue with at least the latest released version of superset
   - [ x I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   
   0.25.5
   
   ### Expected results
   
   Druid coordinator is not needed to query the Druid cluster. The only usage of the Druid coordinator in the current implementation is to get Druid data sources and Druid version, which can be retrieved using Druid broker's API.
   
   I suggest to simplify the configuration so that user only need to specify the Druid broker's endpoint.
   
   This can be useful because Druid internally use Zookeeper to discover the coordinator nodes, we usually don't create VIP for the coordinator hosts. In order to configure the Druid coordinator in superset we either have to create a VIP or choose one of the coordinators which may not be reliable since host can be replaced. It also simplifies the authentication configuration if Druid's authentication extension is enabled.
   
   I can submit a pull request if this recommendation could be accepted.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org