Re: how to start a embed cassandra instance?

2016-07-14 Thread Stone Fang
u >>>> would need to provide a yaml file though). You can start and stop >>>> CassandraDaemon class from your unit test (typically @BeforeClass). >>>> >>>> Praveen >>>> >>>> On Jul 12, 2016, at 3:30 AM, Stone Fang <cnstonef

Re: how to start a embed cassandra instance?

2016-07-13 Thread DuyHai Doan
t test (typically @BeforeClass). >>> >>> Praveen >>> >>> On Jul 12, 2016, at 3:30 AM, Stone Fang <cnstonef...@gmail.com> wrote: >>> >>> Hi, >>> how to start a embed cassandra instance?so we can do a unit test on >>> local,don

Re: how to start a embed cassandra instance?

2016-07-13 Thread Ken Hancock
start and stop >> CassandraDaemon class from your unit test (typically @BeforeClass). >> >> Praveen >> >> On Jul 12, 2016, at 3:30 AM, Stone Fang <cnstonef...@gmail.com> wrote: >> >> Hi, >> how to start a embed cassandra instance?so we can do a

Re: how to start a embed cassandra instance?

2016-07-12 Thread DuyHai Doan
t;cnstonef...@gmail.com> wrote: > > Hi, > how to start a embed cassandra instance?so we can do a unit test on > local,dont need to start a > cassandra server. > > https://github.com/jsevellec/cassandra-unit this project is good,but the > license is not suitable. > how do you achieve this? > > thanks in advance > > stone > >

Re: how to start a embed cassandra instance?

2016-07-12 Thread Peddi, Praveen
stonef...@gmail.com>> wrote: Hi, how to start a embed cassandra instance?so we can do a unit test on local,dont need to start a cassandra server. https://github.com/jsevellec/cassandra-unit this project is good,but the license is not suitable. how do you achieve this? thanks in advance stone

how to start a embed cassandra instance?

2016-07-12 Thread Stone Fang
Hi, how to start a embed cassandra instance?so we can do a unit test on local,dont need to start a cassandra server. https://github.com/jsevellec/cassandra-unit this project is good,but the license is not suitable. how do you achieve this? thanks in advance stone