kzk / webhdfs

Ruby client for Hadoop WebHDFS
Other
81 stars 46 forks source link

Feature Request: specify two servers for ha cluster #29

Closed DanielYWoo closed 8 years ago

DanielYWoo commented 8 years ago

Currently we can only specify a single name node, for a ha-cluster, when the name nodes becomes standby, we hope logstash can switch to the new active name node.

tagomoris commented 8 years ago

Create two client instances. Fluentd webhdfs plugin does it. https://github.com/fluent/fluent-plugin-webhdfs

DanielYWoo commented 8 years ago

It's already supported but no documented. close it then.