因英語水平有限,一定有翻譯不當?shù)那闆r。請大家指正。不要包容。非常感謝。
原文鏈接:http://zookeeper.apache.org/
阿帕奇zookeeper的目的是開發(fā)和維護一個開源的,高可用的分布式協(xié)調(diào)的服務。
什么是zookeeper?
zookeeper 是一個集中式的服務用來維護配置信息,統(tǒng)一命名,提供分布式的同步和提供集群管理。
所有的這些種類的服務被用在一些或其他形式的分布式應用中。每次這些服務的實現(xiàn)都伴隨著不可避免的修復bug,解決競爭條件等大量的工作。
因為這些服務實現(xiàn)的難,應用程序最初通常吝嗇對他們,這導致了他們在變化面前非常脆弱和難于管理。即使實現(xiàn)正確了,當應用部署的時候,這些服務不同的實現(xiàn)導致了管理的復雜性。
更好的了解學習zookeeper
ZooKeeper Wiki. (翻譯的鏈接)
入門指南
Start by installing ZooKeeper on a single machine or a very small cluster.
從單機安裝zookeeper或者安裝一個zookeeper的集群開始
1.讀這個文檔學習了解zookeeper
2.下載zookeeper
- Learn about ZooKeeper by reading the documentation.
- Download ZooKeeper from the release page.
進階
zookeeper是一個在apache軟件基金會下的一個開源項目。我們鼓勵你嘗試了解項目并貢獻你的專業(yè)知識。下面是一些鏈接
- See our How to Contribute to ZooKeeper page.
- Give us feedback: What can we do better?
- 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.
- Learn about ZooKeeper by reading the documentation.
- 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:
- See our How to Contribute to ZooKeeper page.
- Give us feedback: What can we do better?
- Join the mailing list: Meet the community.