Skip to content

Superset Demo Won't Run #457

@joanmdavis

Description

@joanmdavis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions