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
>
> Is the transport protocol used by cqlsh (not sure if it is thrift or
> binary - native in 2.1) active ? What is the "nod
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,
cha
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 you verified that the docu
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 like to
> understand bette
> 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
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 t
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 gen
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
mailto:anubhav.k...@microsoft.com>> wrote:
I am using Cassandra 2.1.13 whi
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 yum
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
ex
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
>>
>> Is the transport protocol used by cqlsh (not sure
11 matches
Mail list logo