From user-return-17415-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Mon Jun 6 23:23:00 2011 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 BE0394B69 for ; Mon, 6 Jun 2011 23:23:00 +0000 (UTC) Received: (qmail 32079 invoked by uid 500); 6 Jun 2011 23:22:58 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 32045 invoked by uid 500); 6 Jun 2011 23:22:58 -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 32032 invoked by uid 99); 6 Jun 2011 23:22:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 23:22:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nate@datastax.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-px0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 23:22:51 +0000 Received: by pxi7 with SMTP id 7so2554268pxi.30 for ; Mon, 06 Jun 2011 16:22:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.59.105 with SMTP id y9mr2054532pbq.367.1307402550336; Mon, 06 Jun 2011 16:22:30 -0700 (PDT) Received: by 10.68.66.197 with HTTP; Mon, 6 Jun 2011 16:22:30 -0700 (PDT) X-Originating-IP: [64.132.24.216] In-Reply-To: <833570.63999.qm@web110409.mail.gq1.yahoo.com> References: <833570.63999.qm@web110409.mail.gq1.yahoo.com> Date: Mon, 6 Jun 2011 18:22:30 -0500 Message-ID: Subject: Re: CQL How to do From: Nate McCall To: user@cassandra.apache.org, Yonder Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org It is specific to the Hector client API, but I just started on a guide that may be of some help, particularly in regards to column configuration and query encoding: https://github.com/rantav/hector/wiki/Using-CQL 2011/6/4 Yonder : > Hi, > > In Cassandra 0.8, CQL become the primary client interface, but I don't know > how to use it in a non-command line env. I could not find out any how-to do > docs in Wiki or DataStax's website. > > Thanks >