Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flume master should not announce as a zookeeper #98

Closed
mrflip opened this issue Jan 20, 2012 · 1 comment
Closed

Flume master should not announce as a zookeeper #98

mrflip opened this issue Jan 20, 2012 · 1 comment

Comments

@mrflip
Copy link
Member

mrflip commented Jan 20, 2012

If you don't specify an external ZK, Flume master embeds a zk inside itself listening on the usual port. The flume cookbook as written needs to discover a zk in order to write configuration data.

Thus, the current flume cookbook announces as a zookeeper: e76df576f612a7 / https://github.com/infochimps/infochimps_homebase/blob/e76df576f612a7a514e2658b95227c99346470f6/vendor/infochimps/flume/recipes/master.rb#L34

Proposed:

  • If there is no external zookeeper, the flume master should announce as a 'zookeeper-flume_internal'.
  • Flume workers should discover 'zookeeper-server' and if none is present discover 'zookeeper-flume_internal'

@kornypoet @dhruvbansal

@temujin9
Copy link
Contributor

This announcement is no longer in recipes/master.rb. I'm assuming for now that this was made to work with another system, and closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants