Skip to content

Latest commit

 

History

History

spark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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