Getting Started With Apache Superset in 2023-24: Install Apache Superset On Mac and Ubuntu 22.04 Part 01
Getting Started With Apache Superset in 2023-24: Install Apache Superset On Mac and Ubuntu 22.04 Part 01
Search Write
In This Tutorial, You will learn How to Quickly Install Apache Superset in
MacOS & Ubuntu 22.04.
To Install Miniconda, You can visit official website at below links and find
the installer of python3.10 for MacOS and Linux, Kindly note that for MacOS
choose Apple Silicon or Intel Based pkg package.
https://docs.conda.io/projects/miniconda/en/latest/miniconda-other-
installer-links.html
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-0… 1/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
https://github.com/apache/superset
https://superset.apache.org/
OS Dependencies
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-0… 2/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
. ./supersetvenv/bin/activate
MacOS
Ubuntu 22.04
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-0… 3/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
MacOS
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-0… 4/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
MacOS
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-0… 5/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
export FLASK_APP=superset
For MacoOS
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-0… 6/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
For MacOS
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-0… 7/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-0… 8/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
Once system generates secret key then add that key to config.py in superset
folder
For MacOS
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-0… 9/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
Now You need to Initialise the database, Type Command below command in
MacOS and Ubuntu 22.04
Superset db upgrade
MacOS
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 10/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
Ubuntu 22.04
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 11/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
Type Below command in MacOS and Ubuntu 22.04 and press enter to create
admin user
MacOS
Ubuntu 22.04
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 12/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
Now load some data with below command and Press Enter
superset load_examples
MacOS
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 13/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
Ubuntu 22.04
Create default roles and permissions with below command and Press Enter
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 14/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
Superset init
MacOS
Ubuntu 22.04
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 15/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
Now start superset by Typing below command and press enter, superset will
be available at http://localhost:5000
Superset run
MacOS
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 16/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
Ubuntu 22.04
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 17/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
MacOS
Ubuntu 22.04
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 18/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 19/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 20/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
CA Amit Singh in Free or Open Source software’s CA Amit Singh in Free or Open Source software’s
6 min read · Dec 15, 2023 2 min read · Dec 15, 2023
CA Amit Singh in Free or Open Source software’s CA Amit Singh in Free or Open Source software’s
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 21/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
See all from CA Amit Singh See all from Free or Open Source software’s
287 1.8K 26
Lists
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 22/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 23/24
1/16/24, 7:25 PM Getting Started with Apache Superset in 2023–24: Install Apache Superset on Mac and Ubuntu 22.04 Part 01 | by CA Amit Singh | …
Unlocking the Potential of the Cutting-Edge This is the first blog in a multi-part series on
MacBook Setup in 2024. how Netflix rebuilt its video processing…
1.6K 20 959 21
https://medium.com/free-or-open-source-software/getting-started-with-apache-superset-in-2023-24-install-apache-superset-on-mac-and-ubuntu-22-… 24/24