rajasekarv / vega

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

Remove actix #60

Closed iduartgomez closed 4 years ago

iduartgomez commented 4 years ago

This PR removes the actix dependency and adds hyper as a http server. Depending on hyper directly will allow remove reqwest too as hyper client can be used in the future (next).

Made a few improvements around shuffle manager like parametrize a few of the config settings and added a couple tests.