Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 277 Bytes

Running The Examples

Open a terminal/console and change working directory to the example directory.

Make sure a spark master is running.

Linux

$ ./ssp.sh main.py --master <your master url>

Windows

> .\ssp main.py --master <your master url>