Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 56561 invoked from network); 15 Apr 2010 04:34:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Apr 2010 04:34:27 -0000 Received: (qmail 28822 invoked by uid 500); 15 Apr 2010 04:34:26 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 28779 invoked by uid 500); 15 Apr 2010 04:34:26 -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 28770 invoked by uid 99); 15 Apr 2010 04:34:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 04:34:25 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of prescod@gmail.com designates 209.85.160.172 as permitted sender) Received: from [209.85.160.172] (HELO mail-gy0-f172.google.com) (209.85.160.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 04:34:19 +0000 Received: by gyh4 with SMTP id 4so524762gyh.31 for ; Wed, 14 Apr 2010 21:33:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:received:message-id:subject:to:content-type :content-transfer-encoding; bh=hpWQxMdwTZsiN6y4evW0TU6rjlqzKt61+6/biafpnCk=; b=KFKIL7yui1lc9xBd1IshNjEsZ87MzEd6k5epTMDmIXys4OSpM+dbUKJfo9Fa194xPQ acURudS2f/EE6AfYk+F6l+sSQaxbKxiTm23tUhLkzf/f8tseIVzb/3VyJu7UYUWGLqhA 2ct+lqEbpBN3UGlqM0yR8LLQ+GVk0B/ochsqU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:content-type:content-transfer-encoding; b=Ia0zHeo1mqP9utqaEk3ma5II6ONdMYeFuDnorr02Q3n8+IhSPws63PxIYKWmUrAFdf gyx5qvqUvCkSy59JvJPGKJ2zmNmwgrtUyIFfkb3mpOLvVY6u8Ei+tMWlWnEO6L21/YBv lmGtcXS4JasCH2El1KtZMB4zzhRSXvkiEYNzg= MIME-Version: 1.0 Received: by 10.100.231.17 with HTTP; Wed, 14 Apr 2010 21:33:38 -0700 (PDT) Reply-To: paul@prescod.net In-Reply-To: References: From: Paul Prescod Date: Wed, 14 Apr 2010 21:33:38 -0700 Received: by 10.101.8.28 with SMTP id l28mr4518875ani.225.1271306038185; Wed, 14 Apr 2010 21:33:58 -0700 (PDT) Message-ID: Subject: Re: Starting Cassandra Fauna To: user@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org There is a tutorial here: * http://www.sodeso.nl/?p=3D80 This page includes data inserts: * http://www.sodeso.nl/?p=3D251 Like: c.setColumn(new Column("email".getBytes("utf-8"), "ronald (at) sodeso.nl".getBytes("utf-8"), timestamp)) columns.add(c); The Sample code is attached to that blog post. On Wed, Apr 14, 2010 at 9:23 PM, Nirmala Agadgar wro= te: > Hi, > > I want to insert data into Cassandra programmatically in a loop. > Also=C2=A0 i'm a newbie to Linux world and Github. Started to work on Lin= ux=C2=A0 for > only reason to implement Cassandra.Digging Cassandra for last on week.How= to > insert data in cassandra and test it? > Can anyone help me out on this? > > - > Nimala >