Apache ZooKeeper 3.3.0 릴리즈
Apache ZooKeeper팀에서 Apache ZooKeeper 3.3.0을 발표하였습니다.
ZooKeeper는 분산 애플리케이션에 대해 고효율 위치 서비스를 제공합니다.
제공되는 공통 서비스로는 - 네이밍, 구성(configuration) 관리, 동기화(synchronization)과 그룹 서비스와 같은 간단한 인터페이스 - 퇴출되어 쓰기를 할 수 없는 -를 통해 여러분은 합의, 그룹 관리, 리더 선정과 추가 규정(presence protocols)등등 여러 수단을 사용할 수 있으며, 여러분도 분명한 요청을 서비스를 구축할 수 있습니다.
3.3.0 릴리즈의 주요 특징은 아래와 같습니다.
* observers - non-voting members of the ensemble, scale reads http://bit.ly/9wPnpq
* distributed queue recipe implementation (c/java)
* additional 4letterword/jmx features to support operations
* maven repository support
* build support for eclipse project generation
* ivy based build
변경 내역
* zookeeper-tree: export/import znode namespace
* zooinspector: gui browser for znode namespace
* bookkeeper client rewrite, use of netty
자세한 ZooKeeper 릴리즈 내역과 다운로드는 아래를 주소를 방문하세요.
http://hadoop.apache.org/zookeeper/releases.html
ZooKeeper 3.3.0 릴리즈 노트는 아래와 같습니다.
http://hadoop.apache.org/zookeeper/docs/r3.3.0/releasenotes.html
감사합니다.
The ZooKeeper Team