GithubHelp home page GithubHelp logo

bugie / chef-zookeeper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evertrue/zookeeper-cookbook

0.0 2.0 0.0 160 KB

Zookeeper Cookbook with Netflix Exhibitor

License: Apache License 2.0

Ruby 72.17% Python 27.83%

chef-zookeeper's Introduction

Description

Installs and configures ZooKeeper and Exhibitor.

Requirements

java

Attributes

To override exhibitor command line options, add them to node[:exhibitor][:opts]. See https://github.com/Netflix/exhibitor/wiki/Running-Exhibitor for more detauls

:snapshot_dir, :transaction_dir: and :log_index_dir in node[:exhibitor] should be set to something sane. Linkedin recommend putting snapshots and logs on a different device than transactions for a write-heavy workload. https://cwiki.apache.org/confluence/display/KAFKA/Operations#Operations-OperationalizingZookeeper

node[:exhibitor][:defaultconfig] contains config that exhibitor will be initialized with. See https://github.com/Netflix/exhibitor/wiki/Configuration-UI and https://github.com/Netflix/exhibitor/wiki/Running-Exhibitor under Default Property Names.

Usage

discover_zookeepers

This cookbook comes with a library to help your other cookbooks discovery the members of your ZooKeeper ensamble. Call it with the host of (one) of your exhibitors. We use round-robin dns so it would look like

> discover_zookeepers("http://exhibitor.example.com:8080")
{"servers":["10.0.1.0","10.0.1.1","10.0.1.2"],"port":2181}

for details on the response format, see https://github.com/Netflix/exhibitor/wiki/REST-Entities under Servers

chef-zookeeper's People

Contributors

mwhooker avatar whilp avatar jakedavis avatar

Watchers

Brian Ugie avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.