Use GitHub Codespaces / VS Code Remote Dev Toolkit
Or
Local setup steps:
- Install requirements (Linux)
- Deploy spark server
- Run dagster web ui
Debian
apt-get update
# For thrift
apt-get -y install gcc libsasl2-modules libsasl2-dev libsasl2-modules-gssapi-heimdal
services
- minio
- spark thrift server (STS)
docker-compose up -d
cd my-dagster-project
pip install -e ".[dev]"
dagster dev
Open Web UI: http://127.0.0.1:3000
Disable auth by removing hive-site.xml
mount of sts
services.