heavyai / heavydb

HeavyDB (formerly OmniSciDB)
https://heavy.ai
Apache License 2.0
2.96k stars 448 forks source link

Implementing a distributed cluster #26

Closed david4096 closed 7 years ago

david4096 commented 7 years ago

I've set up a few instances of MapD across a cluster and made sure they can see each other via the hostnames in the cluster.conf. However, when loading to the node configured as the aggregator, I don't see the string-server or any leaves getting data.

Other than setting the cluster.conf, string-server= or cluster= keys what other steps are needed to implement a MapD cluster? I'm using CPU only.

Thanks!

dwayneberry commented 7 years ago

MapD distributed support is only offered in the Enterprise Edition. What edition are you running?

david4096 commented 7 years ago

From source here, thanks. I must have missed that in the docs.