블로그 이미지
News and Announcements (at) Apache Software Foundation. 노안돼지
Apache Software Foundation The Apache User Group KLDP From download

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.

Apache ZooKeeper 3.3.0 릴리즈

뉴스/소식 | 2010. 3. 29. 11:06 | Posted by 노안돼지

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

: