Re: nodetool repair stalled

2014-11-11 Thread Robert Coli
On Tue, Nov 11, 2014 at 10:48 AM, venkat sam wrote: > > I have a 5 node cluster. In one node one of the data directory partition > got crashed. After disk replacement I restarted the Cassandra daemon and > gave nodetool repair to restore the missing replica’s. But nodetool repair > is getting stu

nodetool repair stalled

2014-11-11 Thread venkat sam
I have a 5 node cluster. In one node one of the data directory partition got crashed. After disk replacement I restarted the Cassandra daemon and gave nodetool repair to restore the missing replica’s. But nodetool repair is getting stuck after syncing one of the columnfamily

Re: Working with legacy data via CQL

2014-11-11 Thread Alex Popescu
On Tuesday, November 11, 2014, Erik Forsberg wrote: > Hi! > > I have some data in a table created using thrift. In cassandra-cli, the > 'show schema' output for this table is: > > > Now, when I try to extract data from this using cqlsh or the > python-driver, I have no problems getting data for t

Re: PHP - Cassandra integration

2014-11-11 Thread Michael Dykman
I believe you are looking for this. https://github.com/rmcfrazier/phpbinarycql On Tue, Nov 11, 2014 at 1:07 PM, Jonathan Haddad wrote: > In production? > > > On Mon Nov 10 2014 at 6:06:41 AM Spencer Brown > wrote: > >> I'm using /McFrazier/PhpBinaryCql/ >> >> >> On Mon, Nov 10, 2014 at 1:48

Re: PHP - Cassandra integration

2014-11-11 Thread Jonathan Haddad
In production? On Mon Nov 10 2014 at 6:06:41 AM Spencer Brown wrote: > I'm using /McFrazier/PhpBinaryCql/ > > > On Mon, Nov 10, 2014 at 1:48 AM, Akshay Ballarpure < > akshay.ballarp...@tcs.com> wrote: > >> Hello, >> I am working on PHP cassandra integration, please let me know which >> library i

Re: replication_factor mismatch

2014-11-11 Thread Philip Thompson
This question probably belongs in the python driver's mailing list. However, if your RF is in fact 3, then that failed query is running at CL.ALL, not CL.QUORUM, which you can see because the required_responses is 3. The consistency: 5 is because consistency levels are an enum class, as seen here:

replication_factor mismatch

2014-11-11 Thread Maxime
Hello, I have a curious behaviour occurring. - 7 Nodes custer - RF on the Keyspace is 3 - Latest version of everything (C* and Python Drivers) - All queries are at QUORUM level Some of my larger queries are timing out, which is ok, it can happen. But looking at the log, I see the following: Read

Working with legacy data via CQL

2014-11-11 Thread Erik Forsberg
Hi! I have some data in a table created using thrift. In cassandra-cli, the 'show schema' output for this table is: create column family Users with column_type = 'Standard' and comparator = 'AsciiType' and default_validation_class = 'UTF8Type' and key_validation_class = 'LexicalUUIDType'

Re: Better option to load data to cassandra

2014-11-11 Thread srinivas rao
hi Alexey, i tried with sqoop, and data stax copy command. any other options we can use. i have one more question that, have a table with compisite key as row key, so how can i do using sqoop or copy command while exporing. Thanks Srinivas On Tue, Nov 11, 2014 at 6:28 PM, Plotnik, Alexey wrot

How to autogenerate timestamp with Spark Cassandra connector

2014-11-11 Thread Shing Hing Man
Hi, I am trying to insert into the following column family using Spark Cassandra connector. CREATE TABLE myks.mycf ( id bigint, msg text, type text, ts, timestamp, primary key (id, msg) ) Is there a way to to have the ts field automatically generate : // dataRdd is of Type RDD[(Int,String,St

Re: Better option to load data to cassandra

2014-11-11 Thread Plotnik, Alexey
What have you tried? -- Original Message -- From: "srinivas rao" mailto:pinnakasrin...@gmail.com>> To: "Cassandra Users" mailto:user@cassandra.apache.org>> Sent: 11.11.2014 22:51:54 Subject: Better option to load data to cassandra Hi Team, Please suggest me the better options to load da

Better option to load data to cassandra

2014-11-11 Thread srinivas rao
Hi Team, Please suggest me the better options to load data from NoSql to Cassndra. Thanks Srini

Re: PHP - Cassandra integration

2014-11-11 Thread Akshay Ballarpure
Thanks Robert for quick reply. Please let me know where is software and documentation located ? Best Regards Akshay Ballarpure Tata Consultancy Services Cell:- 9985084075 Mailto: akshay.ballarp...@tcs.com Website: http://www.tcs.com Experience certaint