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 C1F6795B0 for ; Tue, 1 May 2012 15:58:47 +0000 (UTC) Received: (qmail 53414 invoked by uid 500); 1 May 2012 15:58:45 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 53385 invoked by uid 500); 1 May 2012 15:58:45 -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 53377 invoked by uid 99); 1 May 2012 15:58:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2012 15:58:45 +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 (athena.apache.org: domain of filippo@ntoklo.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-wg0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2012 15:58:37 +0000 Received: by wgbdr13 with SMTP id dr13so1229084wgb.25 for ; Tue, 01 May 2012 08:58:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:message-id:subject:x-mailer:mime-version:content-type :x-gm-message-state; bh=AxlGrAblfPNOrTLztVXgBhxjSRAh0UXjW8UiDyC64pA=; b=M6kWO05bKIpIazDOD2e+n4hrZRO/jxPcBSG/sOrmnu8m82c7f7Ezu2fj9zPYS5cCFv cWNpazruINHtbq7ihUWSFXslVu0RGEj8X3xk/BVl+WtMFrbinfNuJF2gYVIlcPlp9ME5 d7NeTAWvHvsAj4q9Q1YASZXwhoQX39/QAnKdk/cf1D90UPHHIHNnxID/pB+pK8DBHRf5 to1MspzzBkfMHALpauxzlqy/xHA8/xB5eAmCypG4vVsgXRDdfE/NJYKvKVguGW2qnG3M /1YkirlgN07sSPW/niYQlw94fRyc5Z30F8u69Xz2YhlyQBL+r0t0dOmdOur36whGGnfj DVYQ== Received: by 10.180.92.130 with SMTP id cm2mr6261329wib.4.1335887896129; Tue, 01 May 2012 08:58:16 -0700 (PDT) Received: from Filippos-MacBook.local ([80.71.29.65]) by mx.google.com with ESMTPS id k6sm37339468wiy.7.2012.05.01.08.58.14 (version=SSLv3 cipher=OTHER); Tue, 01 May 2012 08:58:15 -0700 (PDT) Date: Tue, 1 May 2012 16:58:14 +0100 From: Filippo Diotalevi To: user@cassandra.apache.org Message-ID: Subject: How Cassandra determines the splits X-Mailer: sparrow 1.5 (build 1043.1) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="4fa00816_fa085b0_166" X-Gm-Message-State: ALoCoQnv0qrzTKkYBgIxcdACgF7aEHRdtzGs+nXGpkpxG4q3Be9RIu0/jKs9Zz/4oBGv1II75hpV X-Virus-Checked: Checked by ClamAV on apache.org --4fa00816_fa085b0_166 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm having problems in my Cassandra/Hadoop (1.0.8 + cdh3u3) cluster related to how cassandra splits the data to be processed by Hadoop. I'm currently testing a map reduce job, starting from a CF of roughly 1500 rows, with cassandra.input.split.size 10 cassandra.range.batch.size 1 but what I consistently see is that, while most of the task have 1-20 rows assigned each, one of them is assigned 400+ rows, which gives me all sort of problems in terms of timeouts and memory consumption (not to mention seeing the mapper progress bar going to 4000% and more). Do you have any suggestion to solve/troublehsoot this issue? -- Filippo Diotalevi --4fa00816_fa085b0_166 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Hi,
I'm having problems in my Cassandra/Hadoop (1.0.8 + cd= h3u3) cluster related to how cassandra splits the data to be processed by= Hadoop.

I'm currently testing a map reduce job,= starting from a C=46 of roughly 1500 rows, with 

cassandra.input.split.size 10
cassandra.range.batch.size= 1

but what I consistently see is that, while mo= st of the task have 1-20 rows assigned each, one of them is assigned 400+= rows, which gives me all sort of problems in terms of timeouts and memor= y consumption (not to mention seeing the mapper progress bar going to 400= 0% and more).

Do you have any suggestion to solv= e/troublehsoot this issue=3F

-- 
= =46ilippo Diotalevi
--4fa00816_fa085b0_166--