Git Product home page Git Product logo

uhm0311 / arcus-zookeeper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from naver/arcus-zookeeper

0.0 0.0 0.0 25.41 MB

ZooKeeper fork for ARCUS

License: Apache License 2.0

Shell 1.41% XSLT 0.08% CSS 0.31% JavaScript 3.38% C 7.69% C++ 9.47% Java 70.95% Python 1.89% Perl 1.49% Batchfile 0.10% Makefile 0.15% HTML 0.64% Mako 0.19% XS 0.91% M4 0.67% Raku 0.56% Dockerfile 0.01% CMake 0.09%

arcus-zookeeper's Introduction

This is a branch off of ZooKeeper release 3.5.9. We have made some minor changes to the C client library (src/c). So, we package that and distribute it along with arcus-memcached and arcus-c-client. They rely on the modified library.

Github project page: https://github.com/naver/arcus

Build C library on Linux

dependency requirements:

automake 1.12 or higher version // for using serial-tests option (https://issues.apache.org/jira/browse/ZOOKEEPER-1893)
autoconf 2.59 or higher version
cppunit 1.11 or higher version

In the top directory, run the following to generate necessary headers and scripts. Then wrap the whole C library directory in a tarball and distribute that file.

ant compile_jute
cd zookeeper-client/zookeeper-client-c
autoreconf -if

Make sure to install ant, cppunit, and cppunit-devel before running the above. autoreconf generates configure script.

./configure --prefix=/path/to/arcus-directory
make
make install

Build Server and Java library on Linux

In the top directory, run the following to build.

mvn clean install

If you are going to compile with Java 1.8, you should use a recent release at u211 or above.

Build Troubleshooting

build-faq may help you fix the build problems.

Arcus Contributors

The following people at NAVER have contributed to the Arcus specific modifications to the C client library.

Hoonmin Kim (harebox) [email protected] HyongYoub Kim

arcus-zookeeper's People

Contributors

phunt avatar breed avatar fpj avatar skamille avatar rgs1 avatar anmolnar avatar rakeshadr avatar eolivelli avatar nkalmar avatar hanm avatar henryr avatar afine avatar cnauroth avatar symat avatar ivmaykov avatar arshadmohammad avatar maoling avatar jhpark816 avatar andyleejordan avatar coheigea avatar eribeiro avatar suhwanjang avatar belugabehr avatar asdf2014 avatar ztzg avatar tamaashu avatar meszibalu avatar tisonkun avatar randgalt avatar sujithsimon22 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.