Re: Using Thrift

2012-04-02 Thread Hari Prasad Siripuram
I faced the same issue: You can find the similar issue here. http://stackoverflow.com/questions/8370365/debugging-bizarre-spring-slf4j-jar-issue Also, Spring community is acknowledging on the SLF4J Issue here (commons-logging issue): http://static.springsource.org/spring/docs/3.0.x/spring-framewo

Re: Using Thrift

2012-04-02 Thread aaron morton
I would recommend starting with a higher level client like Hector or Astyanax http://wiki.apache.org/cassandra/ClientOptions They have *a lot* of features and will make it easier to focus on learning how to use Cassandra. Then when you know what you like or do not like about the existing client

Re: Using Thrift

2012-04-02 Thread Dave Brosius
fine slf4j files in distribution. So I downloaded them can you help me how to configure it. *From:*Dave Brosius [mailto:dbros...@mebigfatguy.com] *Sent:* Monday, April 02, 2012 6:28 PM *To:* user@cassandra.apache.org *Subject:* Re: Using Thrift For a thrift client, you need the following jars

RE: Using Thrift

2012-04-02 Thread Sasha Dolgy
] > *Sent:* Monday, April 02, 2012 6:28 PM > *To:* user@cassandra.apache.org > *Subject:* Re: Using Thrift > > > > For a thrift client, you need the following jars at a minimum > > apache-cassandra-clientutil-*.jar > apache-cassandra-thrift-*.jar > libthrift-*.jar >

RE: Using Thrift

2012-04-02 Thread Rishabh Agrawal
I didn't fine slf4j files in distribution. So I downloaded them can you help me how to configure it. From: Dave Brosius [mailto:dbros...@mebigfatguy.com] Sent: Monday, April 02, 2012 6:28 PM To: user@cassandra.apache.org Subject: Re: Using Thrift For a thrift client, you need the following

Re: Using Thrift

2012-04-02 Thread Dave Brosius
For a thrift client, you need the following jars at a minimum apache-cassandra-clientutil-*.jar apache-cassandra-thrift-*.jar libthrift-*.jar slf4j-api-*.jar slf4j-log4j12-*.jar all of these jars can be found in the cassandra distribution. On 04/02/2012 07:40 AM, Rishabh Agrawal wrote: Any