Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Superset Demo Won't Run #457

Open
joanmdavis opened this issue Jan 19, 2025 · 0 comments
Open

Superset Demo Won't Run #457

joanmdavis opened this issue Jan 19, 2025 · 0 comments

Comments

@joanmdavis
Copy link

I'm trying to run the Apache Superset demo, following instructions in the SQL LRS documentation.

Here's what I did:

  1. Installed Docker Desktop (Windows).
  2. Updated C:/Windows/DRIVERS/etc/hosts.
  3. Cloned the repository and ran the demo, using these commands in the documentation:
cd dev-resources/superset_demo
docker compose up -d

The demo wouldn't run. After the initial installation, I ran docker compose up -d again but no luck.

Any suggestions for troubleshooting? I've included the terminal output and Docker Desktop screenshot below.

Terminal output from docker command

$ docker compose up -d
time="2025-01-19T07:51:04-05:00" level=warning msg="C:\\Users\\jmd334\\projects\\sql-lrs\\src\\lrsql\\dev-resources\\superset_demo\\docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
[+] Running 57/9
 ✔ superset-init Pulled                                                                                    593.3s 
 ✔ db Pulled                                                                                               737.2s 
 ✔ lrs Pulled                                                                                              501.0s 
 ✔ superset-worker Pulled                                                                                  592.9s 
 ✔ redis Pulled                                                                                            440.0s 
 ✔ superset Pulled                                                                                         592.8s 
 ✔ keycloak Pulled                                                                                         968.8s 
 ✔ superset-worker-beat Pulled                                                                             592.8s 
 ✔ supersetdb Pulled                                                                                       737.7s 
[+] Running 10/10
 ✔ Network superset_demo_default       Created                                                               0.1s 
 ✔ Container superset_demo-keycloak-1  Started                                                               2.4s 
 ✔ Container superset_cache            Started                                                               1.9s 
 ✔ Container superset_db               Started                                                               2.0s 
 ✔ Container superset_demo-db-1        Started                                                               2.0s 
 ✔ Container superset_demo-lrs-1       Started                                                               3.2s 
 ✔ Container superset_init             Started                                                               2.5s 
 ✔ Container superset_app              Started                                                               2.5s 
 ✔ Container superset_worker           Started                                                               2.0s 
 ✔ Container superset_worker_beat      Started                                                               1.9s 

jmd@ABC MINGW64 ~/projects/sql-lrs/src/lrsql/dev-resources/superset_demo (main)
$ docker compose up -d
time="2025-01-19T08:13:56-05:00" level=warning msg="C:\\Users\\jmd334\\projects\\sql-lrs\\src\\lrsql\\dev-resources\\superset_demo\\docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
[+] Running 10/10
 ✔ Network superset_demo_default       Created                                                               0.0s 
 ✔ Container superset_cache            Started                                                               1.2s 
 ✔ Container superset_db               Started                                                               1.4s 
 ✔ Container superset_demo-keycloak-1  Started                                                               1.4s 
 ✔ Container superset_demo-db-1        Started                                                               1.3s 
 ✔ Container superset_worker           Started                                                               2.2s 
 ✔ Container superset_app              Started                                                               2.9s 
 ✔ Container superset_init             Started                                                               2.2s 
 ✔ Container superset_worker_beat      Started                                                               1.6s 
 ✔ Container superset_demo-lrs-1       Started                                                               2.9s 

jmd@ABC MINGW64 ~/projects/sql-lrs/src/lrsql/dev-resources/superset_demo (main)

Docker Desktop Screenshot

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant