Rudrani
Il Sab 12 Set 2020, 00:13 Rudrani Angira <rudraniangira21@gmail.com> ha
scritto:
> Hello everyone
>
> I have two questions to get started on zookeeper project.
>
> How can I build the code and what test cases should I start with.
>
Just run
mvn clean verify
To run the build and tests
I am planning to use eclipse as an IDE for the project. Is anything else
> recommended.
>
Any IDE that supports Maven will work.
Personally I use Apache NetBeans, just open the zookeeper-server project
and you can start to code and run tests.
Use jdk8 or jdk11+
Enrico
>
> Thank you
> Rudrani
>
> On Fri, Sep 11, 2020 at 5:21 AM Remi Serrano <rserrano@pros.com> wrote:
>
> > Hello mailing list,
> >
> > We are assessing running Zookeeper in Kubernetes. There are a bunch of
> > examples around and they all use Kubernetes Persistent Volumes.
> > For some underlying technical reasons, we would like to avoid the use of
> > Kubernetes Persistent Volumes.
> > What is the risk to setup a ZK cluster on Kubernetes without persistent
> > volume ?
> > Sub-question, what happen if a ZK node without persistent get killed and
> > rebooted by Kubernetes (ie: without any data) ?
> >
> > Thanks for your help
> >
> > Rémi
> >
> >
>
|