Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 43167 invoked from network); 13 Nov 2009 16:54:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Nov 2009 16:54:41 -0000 Received: (qmail 60726 invoked by uid 500); 13 Nov 2009 16:54:40 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 60704 invoked by uid 500); 13 Nov 2009 16:54:40 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 60695 invoked by uid 99); 13 Nov 2009 16:54:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 16:54:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of michael.greene@gmail.com designates 209.85.218.210 as permitted sender) Received: from [209.85.218.210] (HELO mail-bw0-f210.google.com) (209.85.218.210) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 16:54:32 +0000 Received: by bwz2 with SMTP id 2so4678303bwz.20 for ; Fri, 13 Nov 2009 08:54:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9TE+blVVw5N8eBlHxjkI+lmYbd+rLQqiaK2IOz0YreQ=; b=o5rgqr+U6hM9TEV3DL4wh5Cp6po5dpj4OkPgPMLpekj2DDcNOCvIO93ngD7bHU59Ui zaToTfZuj21/9sApejqKPoeafj2yqofgcYKk1Gw5mLPDj0CPp4xK/TDR0iHGre/qKecR PZKkN1+026AAmD/sbb8k7HhiAhBHRJwmw4u7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=WjFFK0F8IpgjnoKkgJZ/g781VBwLRHbUx2sqssRO29AQ2Wtzl92Vb8rsTQoSlUGP7o xReO16X7+nLsSWuOnaObn9iG7ADFFcDpEe5njBgL/SRGf7xHcbBf0s11qKpQh8Z1C4sn /MwFfXOTZKwP9MJ4Uf+6YGirYQOClEiv8F0xY= MIME-Version: 1.0 Received: by 10.216.87.140 with SMTP id y12mr884059wee.4.1258131252259; Fri, 13 Nov 2009 08:54:12 -0800 (PST) In-Reply-To: <5D66A842901F8E41815AF6D27A28EC490A8C94ACBF@Mail-Ab02.rmg-ny.com> References: <5D66A842901F8E41815AF6D27A28EC490A8C94ACBF@Mail-Ab02.rmg-ny.com> Date: Fri, 13 Nov 2009 10:54:12 -0600 Message-ID: Subject: Re: java API? From: Michael Greene To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org It would be helpful to know the specific errors you're experiencing. Michael On Fri, Nov 13, 2009 at 10:51 AM, Mark Vigeant wrote: > I=92m completely new to Cassandra and I think the wiki and documentation = are > really well done. Now I=92m trying to construct an application to upload = data > to upload data to my cluster, but I=92m having a tough time figuring out = the > Java API. The client example on the website is a good start, but for some > reason the classes Client, ColumnPath, and SlicePredicate are throwing me > errors.=A0 I have Cassandra 0.4.2 and I=92m developing the application in > eclipse on a different machine. I have the thrift library as well as all = the > Cassandra classes included in the folder /build/classes/org/apache/Cassan= dra > in my build path.