Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 48889 invoked from network); 8 Apr 2010 19:38:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Apr 2010 19:38:36 -0000 Received: (qmail 80335 invoked by uid 500); 8 Apr 2010 19:38:35 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 80317 invoked by uid 500); 8 Apr 2010 19:38:35 -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 80307 invoked by uid 99); 8 Apr 2010 19:38:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 19:38:35 +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 sonnyheer@gmail.com designates 74.125.83.172 as permitted sender) Received: from [74.125.83.172] (HELO mail-pv0-f172.google.com) (74.125.83.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 19:38:27 +0000 Received: by pvf33 with SMTP id 33so838373pvf.31 for ; Thu, 08 Apr 2010 12:38:06 -0700 (PDT) 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:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=sjL/7IpBfGeW7Z8UFPz0A7dZNR48HYS5YsrDSVySS1E=; b=qh7PNmAPpFLDjdWUrsJ3AuZZbfnQmWtzI8iH50RWNBu5T5cu1XddoHWfubuK64iMVn gtKLdwImYbWMcBa70t5EUB0OZ3xntjMW33Wp3+A91iXGgKdEx6nKERWoO9+oIL8+s/m+ ow1CZbUaVLXFo/KbwH2vDP8WsoeoRKLdY8bdU= 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=dPr4kHhG6w8YqsUAM2Vb0f/dycP5fuaiUJ3CdTq70djvsu0LimWjilvs7O8XxoJAIk B/AFpN+rrUx+SG95B7gBzqFa68Wv3sJjAmz4toPfyaLOpxbfnYKGwwGZ7U2uA38DMHQW SLVJlLFuN16SThErKtAS5YCNrbvBLn8L2mEwA= MIME-Version: 1.0 Received: by 10.231.16.134 with HTTP; Thu, 8 Apr 2010 12:38:06 -0700 (PDT) In-Reply-To: References: <1270688863.48342873@192.168.2.229> Date: Thu, 8 Apr 2010 12:38:06 -0700 Received: by 10.115.112.22 with SMTP id p22mr1047416wam.53.1270755486173; Thu, 08 Apr 2010 12:38:06 -0700 (PDT) Message-ID: Subject: Re: Iterate through entire data set From: Sonny Heer To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Is there other documentation on how to setup all the pieces? Currently I'm simply trying to test the example word_count, but will likely need to write other map/reduce programs over the cassandra data set. For this test I have one box (ubuntu) where i have moved cass .6 rc1 binary , and started the default configuration. I checked out the .6rc1 project code from svn. 'cd' to contrib/word_count and trying to run the sample. Is this the correct way to run contrib stuff? where does the hadoop cluster come in? On Thu, Apr 8, 2010 at 12:18 PM, Sonny Heer wrote: > Okay I moved everything to the ubuntu box: > > ~/dev/cassandra-0.6.0-rc1/contrib/word_count$ bin/word_count_setup > 10/04/08 11:15:10 INFO config.DatabaseDescriptor: Auto DiskAccessMode > determined to be standard > 10/04/08 11:15:10 WARN config.DatabaseDescriptor: KeysCachedFraction > is deprecated: use KeysCached instead. > 10/04/08 11:15:10 WARN config.DatabaseDescriptor: KeysCachedFraction > is deprecated: use KeysCached instead. > 10/04/08 11:15:10 INFO service.StorageService: Starting up client gossip > 10/04/08 11:15:10 INFO WordCountSetup: Sleeping 3000 > 10/04/08 11:15:11 INFO gms.Gossiper: Node /127.0.0.1 is now part of the c= luster > 10/04/08 11:15:12 INFO gms.Gossiper: InetAddress /127.0.0.1 is now UP > 10/04/08 11:15:13 INFO WordCountSetup: added text1 > 10/04/08 11:15:13 INFO WordCountSetup: added text2 > 10/04/08 11:15:14 INFO WordCountSetup: added text3 > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > ~/dev/cassandra-0.6.0-rc1/contrib/word_count$ bin/word_count > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/commons/logging/LogFactory > =A0 =A0 =A0 =A0at org.apache.hadoop.conf.Configuration.(Configura= tion.java:138) > =A0 =A0 =A0 =A0at WordCount.main(Unknown Source) > Caused by: java.lang.ClassNotFoundException: > org.apache.commons.logging.LogFactory > =A0 =A0 =A0 =A0at java.net.URLClassLoader$1.run(URLClassLoader.java:217) > =A0 =A0 =A0 =A0at java.security.AccessController.doPrivileged(Native Meth= od) > =A0 =A0 =A0 =A0at java.net.URLClassLoader.findClass(URLClassLoader.java:2= 05) > =A0 =A0 =A0 =A0at java.lang.ClassLoader.loadClass(ClassLoader.java:319) > =A0 =A0 =A0 =A0at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.jav= a:294) > =A0 =A0 =A0 =A0at java.lang.ClassLoader.loadClass(ClassLoader.java:264) > =A0 =A0 =A0 =A0at java.lang.ClassLoader.loadClassInternal(ClassLoader.jav= a:332) > =A0 =A0 =A0 =A0... 2 more >