question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I can't see 'Druid Clusters' on 'Sources' menu

See original GitHub issue
  • I successfully installed apache-superset on my virtualenv using $ pip install apache-superset[druid]

  • I created superset_config.py and added the following configurations

SQLALCHEMY_DATABASE_URI = 'postgresql://xx:xx@127.0.0.1:5432/superset-db'
  • I then continued to setup superset as instructed in the docs
# Initialize the database
superset db upgrade

# Create an admin user (you will be prompted to set a username, first and last name before setting a password)
$ export FLASK_APP=superset
superset fab create-admin

# Load some data to play with
superset load_examples

# Create default roles and permissions
superset init

# To start a development web server on port 8088, use -p to bind to another port
superset run -p 8088 --with-threads --reload --debugger
  • When I went to the superset UI, druid clusters was not available as one of the options on the list of sources

Screenshots

image

Environment

  • superset version: 0.36.0
  • python version: Python 3.6.9
  • node.js version: v10.13.0
  • npm version: 6.14.4

Is there something I did wrong during the setup ? and how can I get the menu option available ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
nytaicommented, Jun 8, 2020

@waw3ru The native druid connector is deprecated, you should use the sqlalchemy connector and connect as you do any other database (using a connection string). You can enable the legacy connector, if you really need to, via a config flag: https://github.com/preset-io/incubator-superset/blob/master/superset/config.py#L221

0reactions
willbarrettcommented, Jun 24, 2020

Looks like this is resolved. If you need further guidance @waw3ru feel free to reopen.

Read more comments on GitHub >

github_iconTop Results From Across the Web

I can't see 'Druid Clusters' on 'Sources' menu #10009 - GitHub
I successfully installed apache-superset on my virtualenv using $ pip install apache-superset[druid] I created superset_config.py and added ...
Read more >
Clustering - Apache Druid
Druid Brokers accept queries and farm them out to the rest of the cluster. ... You can consider co-locating any open source UIs...
Read more >
Indexing is succesful, but segments doesn't show up
I have setup a 3 node druid cluster. I have tried loading a dataset with 35 dimensions & 10 metrics. I am using...
Read more >
how to make superset display druid data? - Stack Overflow
Use the Refresh Druid Metadata option available in the source menu of Superset. If even after that you are not able to see...
Read more >
Steps to connect Apache Superset with Apache Druid
At Superset UI, select “Sources > Drid Datasources” menu option and you will see a list of data sources that you have configured...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found