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

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: Better option to load data to cassandra

2014-11-11 Thread Plotnik, Alexey
What have you tried? -- Original Message -- From: srinivas rao pinnakasrin...@gmail.commailto:pinnakasrin...@gmail.com To: Cassandra Users user@cassandra.apache.orgmailto:user@cassandra.apache.org Sent: 11.11.2014 22:51:54 Subject: Better option to load data to cassandra Hi Team,

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

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

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'

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:

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

Re: PHP - Cassandra integration

2014-11-11 Thread Jonathan Haddad
In production? On Mon Nov 10 2014 at 6:06:41 AM Spencer Brown lilspe...@gmail.com 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

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 j...@jonhaddad.com wrote: In production? On Mon Nov 10 2014 at 6:06:41 AM Spencer Brown lilspe...@gmail.com wrote: I'm using /McFrazier/PhpBinaryCql/ On

Re: Working with legacy data via CQL

2014-11-11 Thread Alex Popescu
On Tuesday, November 11, 2014, Erik Forsberg forsb...@opera.com 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