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 B5F766B0D for ; Thu, 30 Jun 2011 10:10:41 +0000 (UTC) Received: (qmail 28637 invoked by uid 500); 30 Jun 2011 10:10:38 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 27026 invoked by uid 500); 30 Jun 2011 10:10:18 -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 25989 invoked by uid 99); 30 Jun 2011 10:10:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2011 10:10:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of markus.mock@gmail.com designates 209.85.210.44 as permitted sender) Received: from [209.85.210.44] (HELO mail-pz0-f44.google.com) (209.85.210.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2011 10:10:08 +0000 Received: by pzk5 with SMTP id 5so2234742pzk.31 for ; Thu, 30 Jun 2011 03:09:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=befyf0KSuKoQbIvTbouPkR+6k7dcc5o9cmSOu5Dt39A=; b=Cm9fEAOrV8cJtRFNis1jW0owaMdLbuVgRYrdRtJHy/KW3Ypaf7ZKAcyMu0JGCmQqV8 ZTReJg+4n1UUBMMk8xRB8DevvTHus+STcopRSlKnphmOMK8JSpLVFv0BhnCLhG6oRyU0 7M85g/0+IkUyJzUP24YvPDiPnwzn0/691a/q0= MIME-Version: 1.0 Received: by 10.68.16.35 with SMTP id c3mr2092928pbd.263.1309428586532; Thu, 30 Jun 2011 03:09:46 -0700 (PDT) Received: by 10.68.51.99 with HTTP; Thu, 30 Jun 2011 03:09:46 -0700 (PDT) Reply-To: markus.mock@gmail.com Date: Thu, 30 Jun 2011 12:09:46 +0200 Message-ID: Subject: word_count example in Cassandra 0.8.0 From: Markus Mock To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=bcaec520e5efc2511204a6eb19de X-Virus-Checked: Checked by ClamAV on apache.org --bcaec520e5efc2511204a6eb19de Content-Type: text/plain; charset=ISO-8859-1 Hello, I am running into the following problem: I am running a single node cassandra setup (out of the box so to speak) and was trying out the code in apache-cassandra-0.8.0-src/examples/hadoop_word_count. The bin/word_count_setup seems to work fine as cassandra-cli reports that there are 1000 rows when I do list input_words limit 2000; (after connecting via connect 127.0.01/9160 and use wordcount;) However, after running bin/word_count it seems the reducer is not writing into cassandra as list output_words returns 0 rows. When setting the output reducer to filesystem I get results in /tmp/word_count0 /tmp/word_count1 etc . Has anybody observed the same problem and has an idea what might be wrong? Thanks. -- Markus --bcaec520e5efc2511204a6eb19de Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,

I am running into the following problem: =A0I am = running a single node cassandra setup (out of the box so to speak) and was = trying out the code in=A0apache-cassandra-0.8.0-src/examples/hadoop_word_co= unt.

The bin/word_count_setup seems to work fine as cassandr= a-cli reports that there are 1000 rows when I do=A0

list input_words limit 2000;
(after connecting via c= onnect 127.0.01/9160 and use wordcount;)

However, after running bin/word_count it seems the redu= cer is not writing into cassandra as list output_words returns 0 rows.
When setting the output reducer to filesystem I get results in /tmp/w= ord_count0 /tmp/word_count1 etc .

Has anybody observed the same problem and has an idea w= hat might be wrong?

Thanks.

=A0 -- Markus

--bcaec520e5efc2511204a6eb19de--