elodina / datastax-enterprise-mesos

DataStax Enterprise on Mesos

Home Page:http://www.elodina.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It seems, that if using zk storage dse-mesos always tries to connect to localhost and it is not possible to override this

dmitrypekar opened this issue · comments

This was found during evaluation for dcos-dse.
Need to recheck&fix using standalone dse-mesos proj.

Works as designed. Nothing to fix.
--storage should be specified in format zk:/master:2181/dse-mesos.
I was using double slashes, but single slash should be used.

I think actually it should be even simpler: zk:master:2181/dse-mesos

Yes, exactly.

I mean it works the way I described :) Just FYI