Re: Modeling Audit Trail on Cassandra

2016-03-18 Thread I PVP
Jack/Tom Thanks for answering. Here is the table definition so far: CREATE TABLE audit_trail ( auditid timeuuid, actiontype text, objecttype text, executedby uuid ( or timeuuid?), executedat timestamp, objectbefore text, objectafter text, clientipaddr text, serveripaddr text, servername text,

Re: Single node Solr FTs not working

2016-03-18 Thread Joseph Tech
I had verified that it works on a 2-node cluster where one is setup as online, and the other as search. That's on our customer env where I don't have full access, and this is the only difference I could see so far. On Mar 18, 2016 8:15 PM, "Jack Krupansky" wrote: > Have

Re: Understanding SELECT * paging/ordering

2016-03-18 Thread Tyler Hobbs
On Fri, Mar 18, 2016 at 4:58 PM, Dan Checkoway wrote: > Say I have a table with 50M rows in a keyspace with RF=3 in a cluster of > 15 nodes (single local data center). When I do "SELECT * FROM table" and > page through those results (with a fetch size of say 1000), I'd

Re: Questions about Datastax support

2016-03-18 Thread Rakesh Kumar
> 1. They have a published support policy: > http://www.datastax.com/support-policy/supported-software Why is the version number so different from the cassandra community edition. Take a look at this: 4.8.2Release NotesNov 11, 2015Mar 23, 2016Sep 23, 2017 What is version 4.8.2

Re: Question about SELECT command

2016-03-18 Thread Thouraya TH
As i read here http://docs.datastax.com/en//cassandra/2.0/cassandra/architecture/architectureDataDistributeAbout_c.html Cassandra partitions the data across the cluster. My question is: how works the SELECT command ? it uses the gossip protocol to get all lines in the distributed table ? I have

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: DTCS Question

2016-03-18 Thread Anubhav Kale
Thanks for the explanation. From: Marcus Eriksson [mailto:krum...@gmail.com] Sent: Thursday, March 17, 2016 12:56 AM To: user@cassandra.apache.org Subject: Re: DTCS Question On Wed, Mar 16, 2016 at 6:49 PM, Anubhav Kale > wrote: I

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

Re: cqlsh problem

2016-03-18 Thread joseph gao
Of course yes. 2016-03-17 22:35 GMT+08:00 Vishwas Gupta : > Have you started the Cassandra service? > > sh cassandra > On 17-Mar-2016 7:59 pm, "Alain RODRIGUEZ" wrote: > >> Hi, did you try with the address of the node rather than 127.0.0.1 >> >>