rajasekarv / vega

A new arguably faster implementation of Apache Spark from scratch in Rust
Apache License 2.0
2.23k stars 205 forks source link

Documentation covering install and running an example in both local and distributed mode #24

Closed 21eleven closed 4 years ago

21eleven commented 4 years ago

Having command by command documentation, either within or linked to in the readme, on how to setup a cluster and run an example would make this project more approachable.

Basically what's in the comments for #11 but extended to cover distributed mode.