Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 792 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 792 Bytes

Blog post

Spark SQL Editor

One-line setup

For fetching the configurations and starting everything:

mkdir spark
cd spark
wget https://raw.githubusercontent.com/romainr/query-demo/master/spark/docker-compose.yml


docker-compose up -d

Then those URLs will be up:

For stopping everything:

docker-compose down