Closed maxd closed 10 years ago
Hi,
which version of Druid are you using? In case it's less than < 0.6, what's the value of druid.zk.paths.discoveryPath in your runtime.properties? If it's anything but /discoveryPath, you have to pass an option to ruby-druid, see
https://github.com/madvertise/ruby-druid/blob/master/lib/druid/zoo_handler.rb#L11
I am using Druid 0.6.24. The druid.zk.paths.discoveryPath property is undefined in mine runtime.property files.
In the Druid code I have found that druid.zk.paths.discoveryPath property was renamed to druid.discovery.curator.path. And default value for it now is /druid/discovery. But I have the same error with new value of discovery_path.
The question about the druid version was exactly for that, it's renamed in 0.6, but you found it. What's the zookeeper connection string you are passing into ruby-druid?
I have solved the problem. In .driplrc file a property zookeeper had value 192.168.100.99:2181/druid . I have changed it to 192.168.100.99:2181 (i.e. removed /druid) and dripl started work.
Thanks.
Hello All,
When I try to run any command in dripl it throw exception:
Zookeeper has the following log:
How to fix this problem?