Re: Broken pipe : Cassandra 1.2.9

2013-12-24 Thread Vivek Mishra
On Tue, Dec 24, 2013 at 5:54 PM, Vivek Mishra wrote: Hi, >I have a 6 node, 2DC cluster setup. I have configured consistency level to >QUORUM.  But very often i am getting "Broken pipe" >com.impetus.client.cassandra.CassandraClientBase >(CassandraClientBase.java:1926) -

Broken pipe : Cassandra 1.2.9

2013-12-24 Thread Vivek Mishra
Hi, I have a 6 node, 2DC cluster setup. I have configured consistency level to QUORUM.  But very often i am getting "Broken pipe" com.impetus.client.cassandra.CassandraClientBase (CassandraClientBase.java:1926) - Error while executing native CQL query Caused by: . org.apache.thrift.transport.TTran

Re: Fw: Fwd: CQL & Thrift

2013-08-30 Thread Vivek Mishra
or not Thanks for your reply. -Vivek From: Edward Capriolo To: "dev@cassandra.apache.org" ; Vivek Mishra Sent: Friday, August 30, 2013 11:53 PM Subject: Re: Fw: Fwd: CQL & Thrift This is always so hard to explain but http://www.datastax.co

Fw: Fwd: CQL & Thrift

2013-08-30 Thread Vivek Mishra
fyi. Just curious to know the real reason behind "not to mix thrift and CQL3". Any pointers? -Vivek -- Forwarded message ------ From: Vivek Mishra Date: Fri, Aug 30, 2013 at 11:21 PM Subject: Re: CQL & Thrift To: u...@cassandra.apache.org Hi, I understand that,

Re: CQLsh assume command

2013-08-25 Thread Vivek Mishra
@cassandra.apache.org; Vivek Mishra Sent: Sunday, August 25, 2013 7:37 PM Subject: Re: CQLsh assume command This is a wrong mailing list for this kind of questions. That aside, you should use CQL3 conversion functions instead, that work both for INSERT/UPDATE and SELECT. INSERT INTO default(id

Fw: Fwd: CQLsh assume command

2013-08-25 Thread Vivek Mishra
Hi, fyi.  Cqlsh ASSUME command, does it work with INSERT statement? Any suggestions? -Vivek -- Forwarded message -- From: Vivek Mishra Date: Sun, Aug 25, 2013 at 12:58 AM Subject: CQLsh assume command To: u...@cassandra.apache.org Hi, i am trying to get CQL3 ASSUME command

Re: CQL vs Thrift

2013-07-18 Thread Vivek Mishra
+1. Thrift should be all about raw data cells. -Vivek From: Jonathan Ellis To: dev@cassandra.apache.org Sent: Thursday, July 18, 2013 2:48 AM Subject: Re: CQL vs Thrift On Wed, Jul 17, 2013 at 4:03 PM, Tyler Hobbs wrote: > I'll leave it to somebody else to

Re: Cassandra in Java EE applications

2013-01-29 Thread Vivek Mishra
Not sure,But you may want to look into: https://github.com/impetus-opensource/Kundera/wiki/REST-Based-Access If it helps. -Vivek - Original Message - From: Sigal Shaharabani To: dev@cassandra.apache.org Cc: Sent: Tuesday, January 29, 2013 2:55 PM Subject: Cassandra in Java EE appli

Re: Compund/Composite column names

2012-12-17 Thread Vivek Mishra
Looks like Thrift API is not working as expected? -Vivek From: Brian O'Neill To: dev@cassandra.apache.org Cc: Vivek Mishra Sent: Monday, December 17, 2012 8:12 PM Subject: Re: Compund/Composite column names FYI -- I'm still seeing this on 1.2-

Re: Fw: Fwd: Compound primary key: Insert after delete

2012-10-22 Thread Vivek Mishra
of just this kind of > difficulty, but if you must, I would develop against 1.2 since it will > actually validate that the CT encoding you've done manually is valid. > 1.1 will just fail silently. > > On Mon, Oct 22, 2012 at 6:57 AM, Vivek Mishra > wrote: > > Hi, > &

Fw: Fwd: Compound primary key: Insert after delete

2012-10-22 Thread Vivek Mishra
- Forwarded Message - From: Vivek Mishra To: vivek.mis...@yahoo.com Sent: Monday, October 22, 2012 5:17 PM Subject: Fwd: Compound primary key: Insert after delete -- Forwarded message ------ From: Vivek Mishra Date: Mon, Oct 22, 2012 at 1:08 PM Subject: Re: Compound

Re: Compund/Composite column names

2012-10-08 Thread Vivek Mishra
__ From: Jonathan Ellis To: dev@cassandra.apache.org; Vivek Mishra Sent: Tuesday, October 9, 2012 9:08 AM Subject: Re: Compund/Composite column names Works for me on latest 1.1 in cql3 mode.  cql2 mode gives a parse error. On Mon, Oct 8, 2012 at 9:18 PM, Vivek Mishra wrote: &

Re: Compund/Composite column names

2012-10-08 Thread Vivek Mishra
i tried with 1.1.2 From: Jonathan Ellis To: dev@cassandra.apache.org; Vivek Mishra Sent: Tuesday, October 9, 2012 9:08 AM Subject: Re: Compund/Composite column names Works for me on latest 1.1 in cql3 mode.  cql2 mode gives a parse error. On Mon, Oct 8

Re: Compund/Composite column names

2012-10-08 Thread Vivek Mishra
Just verified, basically column family itself is not getting created on very first place, as reconnecting cql client again does not show it. -Vivek From: Vivek Mishra To: "dev@cassandra.apache.org" Sent: Tuesday, October 9, 2012 7:59 AM Subject: R

Re: Compund/Composite column names

2012-10-08 Thread Vivek Mishra
with cassandra server? -Vivek From: Brandon Williams To: dev@cassandra.apache.org; Vivek Mishra Sent: Tuesday, October 9, 2012 7:50 AM Subject: Re: Compund/Composite column names Check for a stacktrace in the server log. On Mon, Oct 8, 2012 at 9:18 PM

Compund/Composite column names

2012-10-08 Thread Vivek Mishra
Hi All, I am trying to use compound primary key column name and i am referring to: http://www.datastax.com/dev/blog/whats-new-in-cql-3-0 As mentioned on this example, i tried to create a column family containing compound primary key (one or more) as:  CREATE TABLE altercations (        instiga

Re: [Compile Error] java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2012-03-12 Thread Vivek Mishra
I think, Snakeyaml jar is missing from your classpath. You can download it from here: http://www.java2s.com/Code/Jar/s/Downloadsnakeyamljar.htm From: Thushan Ganegedara To: dev@cassandra.apache.org Sent: Tuesday, March 13, 2012 9:40 AM Subject: Re: [Compil

Re: Dynamic columns in a column family?

2012-01-07 Thread Vivek Mishra
I think Cassandra automatically handles it. isn't it? From: Frank Yang To: dev@cassandra.apache.org Sent: Friday, January 6, 2012 11:30 PM Subject: Dynamic columns in a column family? Hi everyone, I am wondering whether it is possible to not to define the co

CQL, Hive and Lucene

2011-12-18 Thread Vivek Mishra
Hi, I was looking into CQL, Hive over Cassandra and secondary index via lucene. Wondering why we need all these. If CQL is going to be query interface for all cassandra specific queries, why it is required to have Hive support( Just for running M/R jobs)?   Secondary index support via Lucene :

Re: Proposal: Moving CQL drivers

2011-09-06 Thread Vivek Mishra
Sounds good moving to github. 1 quick question, what about JIRAs already raised w.r.t drivers? Not sure but is it possible to integrate these new projects with current JIRA flow? Planning to make these new projects based on maven build process?(As that might be helpful in case of any quick relea

Re: CqlResult in CassandraConnection

2011-08-28 Thread Vivek Mishra
roadmap? Vivek From: Rick Shaw To: dev@cassandra.apache.org; Vivek Mishra Sent: Monday, August 29, 2011 12:59 AM Subject: Re: CqlResult in CassandraConnection The reason they are set up that was is to clearly delineate between methods that there are no plans

Re: CqlResult in CassandraConnection

2011-08-28 Thread Vivek Mishra
CassandraConnection, ResultSet and Statement sub class? Vovel From: Rick Shaw To: dev@cassandra.apache.org Cc: Vivek Mishra Sent: Sunday, August 28, 2011 9:39 PM Subject: Re: CqlResult in CassandraConnection The class itself is not public, so it is generally protected from

CqlResult in CassandraConnection

2011-08-28 Thread Vivek Mishra
Hi, Recently i can see changes made in jdbc connection API. Wondering why are we returning CqlResult from CassandraConnection, ideally it should return ResultSet as jdbc api. Any thoughts? -Vivek

Connection Pooling

2011-08-25 Thread Vivek Mishra
Any plan for connection pooling? is it already in place? -Vivek

Re: JdbcDriverTest

2011-06-15 Thread Vivek Mishra
build.xml is 2.4 of commons-lang. But same API is present with apache-rat version 0.6(included under maven-dependency) --- On Wed, 6/15/11, Vivek Mishra wrote: From: Vivek Mishra Subject: Re: JdbcDriverTest To: dev@cassandra.apache.org Date: Wednesday, June 15, 2011, 5:10 PM I can see that

Re: JdbcDriverTest

2011-06-15 Thread Vivek Mishra
Subject: Re: JdbcDriverTest To: dev@cassandra.apache.org Date: Wednesday, June 15, 2011, 5:05 PM Internal error means, the error is in the server logs. On Jun 15, 2011 5:33 AM, "Vivek Mishra" wrote: > Hi, > I am trying to run JdbcDriverTest. But somehow it is failing for > >

JdbcDriverTest

2011-06-15 Thread Vivek Mishra
Hi, I am trying to run JdbcDriverTest. But somehow it is failing for java.sql.SQLException: Internal error processing execute_cql_query     at org.apache.cassandra.cql.jdbc.CassandraStatement.execute(CassandraStatement.java:176) This is happening on startServer(). Looking into Cassandra.yaml, i

Database Metadata

2011-05-20 Thread Vivek Mishra
Any thoughts on creating something like seperate DatabaseMetadata api for CQL?