chrislusf / glow

Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant.
3.2k stars 248 forks source link

Docker-compose setup for invert_file example #27

Closed alpe closed 8 years ago

alpe commented 8 years ago

Simple docker-compose setup

chrislusf commented 8 years ago

Do you need to add the new option "-glow.driver.listenOn" to the docker instances?

alpe commented 8 years ago

Within the docker-compose "link" network I don't have to bind the port. If any client would connect from outside, I would have to map the internal port to a public address/ port. Therefore the example works without the binding. Thanks for asking and providing the new option! I ran into this when I tried to access the agents from my host system. It wasn't possible.