Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C5AF890CA for ; Mon, 2 Apr 2012 21:32:57 +0000 (UTC) Received: (qmail 98513 invoked by uid 500); 2 Apr 2012 21:32:55 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 98487 invoked by uid 500); 2 Apr 2012 21:32:55 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 98478 invoked by uid 99); 2 Apr 2012 21:32:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 21:32:55 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a52.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 21:32:48 +0000 Received: from homiemail-a52.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a52.g.dreamhost.com (Postfix) with ESMTP id 6E93A6B80ED for ; Mon, 2 Apr 2012 14:32:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=from :mime-version:content-type:subject:date:in-reply-to:to :references:message-id; q=dns; s=thelastpickle.com; b=F72SsvR0yB 2QtkkSwqohHkKU+bWgnTAtvoMuzn5674Z3MErgG1AinDv7fjne6zKA6jcetRY9aK Jb/Ud3EwnAIeQPcb598JDd8uzsBmX0sSFT9F3ljnhtEQ6YyPbllIN03cU3qeM97x 3ANyBpz/SbHsOH1OnaC4FWN9/n709U/AE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h=from :mime-version:content-type:subject:date:in-reply-to:to :references:message-id; s=thelastpickle.com; bh=yEEb5I4yTYMcHu8y SCcARmS7jd4=; b=TFa+RhL0lMS6WHrH4/CjIbBlK1a5ZNnhfW2SFtbU2CHbreRR obfbzErl9t3i6UAucjCt63j8LIg+2UEZ5Lt2CdNyrj0RwNjL6/6xThLrihn5gXOa UXI0CYDmC5e4VIoW3cgOWts90OPsDlmPpVcN11jcTL+N3fNNYYYESxjtdCQ= Received: from [172.20.10.2] (99.180.226.49.dyn.cust.vf.net.nz [49.226.180.99]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a52.g.dreamhost.com (Postfix) with ESMTPSA id CC6F36B8057 for ; Mon, 2 Apr 2012 14:32:22 -0700 (PDT) From: aaron morton Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: multipart/alternative; boundary="Apple-Mail=_842B630A-FA7D-43CF-90E7-408D73180360" Subject: Re: Using Thrift Date: Tue, 3 Apr 2012 09:32:17 +1200 In-Reply-To: To: user@cassandra.apache.org References: Message-Id: <318615C9-BF69-4925-98D8-F975C3CFB418@thelastpickle.com> X-Mailer: Apple Mail (2.1257) --Apple-Mail=_842B630A-FA7D-43CF-90E7-408D73180360 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 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 clients, try to improve them or write your = own.=20 Hope that helps.=20 ----------------- Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 2/04/2012, at 11:12 PM, Rishabh Agrawal wrote: > Hello, > =20 > I have just started exploring Cassandra from java side and using wish = to use thrift as my api. The problem is whenever is I try to compile my = java code I get following error : > =20 > =93package org.slf4j does not exist=94 > =20 > Can anyone help me with this. > =20 > Thanks and Regards > Rishabh Agrawal >=20 >=20 > Impetus to sponsor and exhibit at Structure Data 2012, NY; Mar 21-22. = Know more about our Big Data quick-start program at the event.=20 >=20 > New Impetus webcast =91Cloud-enabled Performance Testing vis-=E0-vis = On-premise=92 available at http://bit.ly/z6zT4L.=20 >=20 >=20 > NOTE: This message may contain information that is confidential, = proprietary, privileged or otherwise protected by law. The message is = intended solely for the named addressee. If received in error, please = destroy and notify the sender. Any use of this email is prohibited when = received in error. Impetus does not represent, warrant and/or guarantee, = that the integrity of this communication has been maintained nor that = the communication is free of errors, virus, interception or = interference. --Apple-Mail=_842B630A-FA7D-43CF-90E7-408D73180360 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=windows-1252 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 clients, try to improve them or write your = own. 

Hope that = helps. 


http://www.thelastpickle.com

On 2/04/2012, at 11:12 PM, Rishabh Agrawal wrote:

Hello,

 

I have just started exploring = Cassandra from java side and using wish to use thrift as my api. The = problem is whenever is I try to compile my java code I get following = error :

 

=93package org.slf4j does not exist=94

 

Can anyone help me with = this.

 

Thanks and Regards
Rishabh = Agrawal



Impetus to sponsor and exhibit at Structure Data 2012, = NY; Mar 21-22. Know more about our Big Data quick-start program at the = event. 

New = Impetus webcast =91Cloud-enabled Performance Testing vis-=E0-vis = On-premise=92 available at http://bit.ly/z6zT4L. 


NOTE: This = message may contain information that is confidential, proprietary, = privileged or otherwise protected by law. The message is intended solely = for the named addressee. If received in error, please destroy and notify = the sender. Any use of this email is prohibited when received in error. = Impetus does not represent, warrant and/or guarantee, that the integrity = of this communication has been maintained nor that the communication is = free of errors, virus, interception or = interference.

= --Apple-Mail=_842B630A-FA7D-43CF-90E7-408D73180360--