Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 19563 invoked from network); 24 Feb 2010 17:36:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2010 17:36:07 -0000 Received: (qmail 96220 invoked by uid 500); 24 Feb 2010 17:36:07 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 96198 invoked by uid 500); 24 Feb 2010 17:36:07 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 96189 invoked by uid 99); 24 Feb 2010 17:36:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 17:36:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbellis@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-wy0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 17:36:00 +0000 Received: by wyf28 with SMTP id 28so1223221wyf.6 for ; Wed, 24 Feb 2010 09:35:39 -0800 (PST) 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 :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=WeVZAhUP5JxiUIIwcJ4MIvPGZoVdQmswqL5oZtXYLlM=; b=pefYEPVjVb+Q3dGg9hsBiNAmBFKS4faMvn2ZDuTL/LvGndecs8EWh0vMJ5qdPMFnM3 wJKvqV9oswEjDCK8p0OFodDVr3MsRNg/cA3Nb6UwDhB0RlccYr8sFgBTO8IHWhGGBykH ren21T6tiWEpYN2qsZX7X45piogXrp9W7ys64= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=sxc59lFkSiG40hUIpqxshYEwIc9EJQR/r145mzr3UM1z/0h+yxPLxy5OZOCPxiTl4s goML2SeP0Kkph/0zIJIB4sTAglTZVYALsvSnRRfjTTnsiFBoFtxmAWD8R/kRkJz/Oq9S EmJJMlIGP/mgZsgyYwdxGwMx5MODEwyTmG9Ro= MIME-Version: 1.0 Received: by 10.216.89.11 with SMTP id b11mr51089wef.171.1267032939133; Wed, 24 Feb 2010 09:35:39 -0800 (PST) In-Reply-To: <991ae7f81002240930s27ce05e9w99cd770353ad59ba@mail.gmail.com> References: <991ae7f81002240930s27ce05e9w99cd770353ad59ba@mail.gmail.com> From: Jonathan Ellis Date: Wed, 24 Feb 2010 11:35:19 -0600 Message-ID: Subject: Re: Bulk Ingestion Issues To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Wed, Feb 24, 2010 at 11:30 AM, Sonny Heer wrote: > I have a single box, and trying to ingest some data into a single > keyspace and 5 CFs. =A0Basically it reads from a directory text files, > and inserts into Cassandra. =A0I've set the BinaryMemtableSizeInMB to > 64. For some reason I'm not getting all my data into cassandra. =A0I get > some ingested, but very little. On what symptom are you basing that conclusion?