成就梦想

  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  21 随笔 :: 22 文章 :: 6 评论 :: 0 Trackbacks
因英语水平有限,一定有翻译不当的情况。请大家指正。不要包容。非常感谢。
原文链接:http://zookeeper.apache.org/

阿帕奇zookeeper的目的是开发和维护一个开源的,高可用的分布式协调的服务。

什么是zookeeper?


zookeeper 是一个集中式的服务用来维护配置信息,统一命名,提供分布式的同步和提供集群管理。

所有的这些种类的服务被用在一些或其他形式的分布式应用中。每次这些服务的实现都伴随着不可避免的修复bug,解决竞争条件等大量的工作。
因为这些服务实现的难,应用程序最初通常吝啬对他们,这导致了他们在变化面前非常脆弱和难于管理。即使实现正确了,当应用部署的时候,这些服务不同的实现导致了管理的复杂性。
更好的了解学习zookeeper ZooKeeper Wiki. (翻译的链接)

入门指南

Start by installing ZooKeeper on a single machine or a very small cluster.

从单机安装zookeeper或者安装一个zookeeper的集群开始 

   1.读这个文档学习了解zookeeper

   2.下载zookeeper


  1. Learn about ZooKeeper by reading the documentation.
  2. Download ZooKeeper from the release page.

进阶


zookeeper是一个在apache软件基金会下的一个开源项目。我们鼓励你尝试了解项目并贡献你的专业知识。下面是一些链接

  1. See our How to Contribute to ZooKeeper page.
  2. Give us feedback: What can we do better?
  3. Join the mailing list: Meet the community.



原文

Welcome to Apache ZooKeeper™

Apache ZooKeeper is an effort to develop and maintain an open-source server which enables highly reliable distributed coordination.

What is ZooKeeper?

ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

Learn more about ZooKeeper on the ZooKeeper Wiki.

Getting Started

Start by installing ZooKeeper on a single machine or a very small cluster.

  1. Learn about ZooKeeper by reading the documentation.
  2. Download ZooKeeper from the release page.

Getting Involved

Apache ZooKeeper is an open source volunteer project under the Apache Software Foundation. We encourage you to learn about the project and contribute your expertise. Here are some starter links:

  1. See our How to Contribute to ZooKeeper page.
  2. Give us feedback: What can we do better?
  3. Join the mailing list: Meet the community.

 


posted on 2011-12-14 00:26 iamct 阅读(643) 评论(0)  编辑  收藏 所属分类: 英语文档学习翻译

只有注册用户登录后才能发表评论。


网站导航: