Re: Deploy latest cassandra on top of datastax-ddc ?

2016-03-19 Thread Mohamed Lrhazi
because I have no clue... :) So, after doing an ant build from the latest source... how would one "install" or deploy cassandra? Could not find a document on the install from source part... any pointers? All I find makes use of yum or apt repo's, or deploy from binary tarball... Thanks a lot,

Deploy latest cassandra on top of datastax-ddc ?

2016-03-19 Thread Mohamed Lrhazi
Would simply overriding this one jar file do it? else could you please share a procedure? [root@avesterra-prod-1 ~]# rpm -qa| grep stax datastax-ddc-tools-3.2.1-1.noarch datastax-ddc-3.2.1-1.noarch [root@avesterra-prod-1 ~]# cp /tmp/apache-cassandra-3.6-SNAPSHOT.jar

Re: Deploy latest cassandra on top of datastax-ddc ?

2016-03-18 Thread Robert Coli
On Fri, Mar 18, 2016 at 5:00 PM, Mohamed Lrhazi < mohamed.lrh...@georgetown.edu> wrote: > FYI.. for the curious.. what I did resulted in a cluster where i tested > these two things: > ... > I have no inclination to keep using such a setup.. just reporting the > experiment :) > FWIW, given the

Re: Deploy latest cassandra on top of datastax-ddc ?

2016-03-18 Thread Robert Coli
On Fri, Mar 18, 2016 at 2:18 PM, Mohamed Lrhazi < mohamed.lrh...@georgetown.edu> wrote: > So, after doing an ant build from the latest source... how would one > "install" or deploy cassandra? Could not find a document on the install > from source part... any pointers? All I find makes use of

Re: Deploy latest cassandra on top of datastax-ddc ?

2016-03-18 Thread Mohamed Lrhazi
Thanks Robert. FYI.. for the curious.. what I did resulted in a cluster where i tested these two things: - nodetool status shows all 8 nodes as Up and Nomral. - A couple of cql select statements seem to return correct data. I have no inclination to keep using such a setup.. just reporting the