rajasekarv / vega

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

About the host.conf #134

Open zeroRains opened 8 months ago

zeroRains commented 8 months ago

I mean I have 3 node to run vega applicaition. but I used the environment in docker. I also created the map port 22001->22 and 3000->3000. The ip of 3 node can be represented as hadoop1, hadoop2 and hadoop3.

How should I edit the host.conf file to run the distributed application in vega?