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 3A6679C88 for ; Sun, 15 Apr 2012 05:29:12 +0000 (UTC) Received: (qmail 89429 invoked by uid 500); 15 Apr 2012 05:29:09 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 89384 invoked by uid 500); 15 Apr 2012 05:29:08 -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 89371 invoked by uid 99); 15 Apr 2012 05:29:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2012 05:29:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rajatmathurr@gmail.com designates 209.85.216.51 as permitted sender) Received: from [209.85.216.51] (HELO mail-qa0-f51.google.com) (209.85.216.51) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2012 05:29:01 +0000 Received: by qaea16 with SMTP id a16so3012517qae.10 for ; Sat, 14 Apr 2012 22:28:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=yBH5IeJnPGQYDlo1Hx8qBMJhUPS64wCllJwuQP3+pwc=; b=bu3XtofScg9OlwlgyfhGv7B0DvgCtXLfarovrVHEY5BqCnAA/EAYkh0HcNCOgV2mzv 8C3FCL7htFqEGhj/v4UNtPNWyYlSGLCl3T89NKJxAhlwrSYmyxREuf+e8NNYxc9nbiGb RwWmXgV05OAdew3OIg2OcMUdctsc1Qtfr5GQLEDgQxTYGXgh+jAp//Z9xFsfkZDZCMVV wggu1/6FuFM6oTliUDksuUT35X98N5MztvqUmBqamYtkJ9Yqkb+CYQs594+kW27H9Vmh R35+rKSukz9oFZyZv3MoFPk/iS3M8DtK60e6zMnUE5+rQcCCffUmzay4zqF/MZxzZvOy 2THw== MIME-Version: 1.0 Received: by 10.224.187.142 with SMTP id cw14mr9595387qab.68.1334467721092; Sat, 14 Apr 2012 22:28:41 -0700 (PDT) Received: by 10.229.13.3 with HTTP; Sat, 14 Apr 2012 22:28:41 -0700 (PDT) Date: Sun, 15 Apr 2012 10:58:41 +0530 Message-ID: Subject: Running mapreduce on Cassandra data using Hector From: Rajat Mathur To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=20cf30363eb77add4e04bdb0fa0d --20cf30363eb77add4e04bdb0fa0d Content-Type: text/plain; charset=ISO-8859-1 Hi, I am new to cassandra and using *Hector* for writing code. I am having trouble with running mapreduce in distributed(pseduo) mode. My OutputFormat is ColumnFamilyOutputFormat but it doesn't write the output there and also it runs M-R jobs in local mode. I suppose as in Word-count example I have to set mapreduce-site.xml somewhere to use it with hector, but I have no Idea where. Here's my Question on StackOverflow . Thank you. -- *Rajat Mathur * --20cf30363eb77add4e04bdb0fa0d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I am new to cassandra and using Hector for writing code.=
I am having trouble with running mapreduce in distributed(pseduo) mode.=
My OutputFormat is ColumnFamilyOutputFormat
but it doesn't write= the output there and also it runs M-R jobs in local mode.
I suppose as in Word-count example I have to set mapreduce-site.xml
somewhere to use it w= ith hector, but I have no Idea where.

Here's my Question on StackOverflow.

Thank you.

--
Rajat Mathur

--20cf30363eb77add4e04bdb0fa0d--