- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Superset - Default name and password
- Labels:
-
Apache Ambari
Created on
‎03-11-2020
07:52 PM
- last edited on
‎03-12-2020
02:17 PM
by
ask_bill_brooks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed SuperSet on Ambari 2.7 but don't know what's the default name and password. How to reset it...
Thanks
Prakash
Created on ‎03-11-2020 09:36 PM - edited ‎03-11-2020 09:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By default it uses sqllite as Database (no password). However, you can try checking the following files for more details on the Superset host.
# grep 'SUPERSET_DATABASE_PASSWORD' /etc/superset/conf/superset_config.py
# grep 'SUPERSET_DATABASE_PASSWORD' /var/lib/ambari-agent/data/command-*
.
Via ambari Ui you can check
Ambari UI --> Superset --> Configs --> 'SUPERSET META DATA STORAGE CONFIG' (tab)
Search for "Superset Database password" section in the above page and verify if it is empty or password is set.
.
