Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-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 E3862D454 for ; Fri, 27 Jul 2012 15:23:34 +0000 (UTC) Received: (qmail 9952 invoked by uid 500); 27 Jul 2012 15:23:34 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 9916 invoked by uid 500); 27 Jul 2012 15:23:34 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 9908 invoked by uid 99); 27 Jul 2012 15:23:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2012 15:23:34 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hughxedni@gmail.com designates 209.85.220.169 as permitted sender) Received: from [209.85.220.169] (HELO mail-vc0-f169.google.com) (209.85.220.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2012 15:23:27 +0000 Received: by vcbfl10 with SMTP id fl10so3263285vcb.0 for ; Fri, 27 Jul 2012 08:23:06 -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=2ixmEB+zLfBeoDYvYCG3PyLYvTPwZ45qeoCxMu541DE=; b=TO6uwrYTMGaOoa7bSf/vAjl2xwmRvmRdv5lNTm6Xo/QduSNNe1fCLitWksO5hKagkW QUtJ4NFf9JvfB+Sg02nvC8AL4bwpkFh4rC9RTJcRqkKt1KWGKgxyx4j5AHkfucAv8wuw pGaxc3EZnW5D2eA2OqLZ+nTRZBzUpREfpDzZUolyAQq6abVv5jXsJNRlI9whw7rXY7M5 r5lzt5ew2tyMwPDx7R9m1h+elavefOdH7TTEkvpOJPq/770jn270AYl188E0qsi3io99 Jw6UZWO3+3KNTcCcdIRVFKfohi4PWLDBS0M7DC2xce3E+V+jbTqGz8eRR78ciW4A9CmX vT3A== MIME-Version: 1.0 Received: by 10.52.141.116 with SMTP id rn20mr2402051vdb.114.1343402586517; Fri, 27 Jul 2012 08:23:06 -0700 (PDT) Received: by 10.58.234.40 with HTTP; Fri, 27 Jul 2012 08:23:06 -0700 (PDT) Date: Fri, 27 Jul 2012 11:23:06 -0400 Message-ID: Subject: Major Compacting ISAMs From: Hugh Xedni To: user@accumulo.apache.org Content-Type: multipart/alternative; boundary=bcaec51b141bf5b14a04c5d14911 --bcaec51b141bf5b14a04c5d14911 Content-Type: text/plain; charset=ISO-8859-1 If I load sorted key-value map or ISAM files into HDFS via bulk loading, how can I ensure only one file will be assigned to a tablet and major compaction is avoided? http://accumulo.apache.org/1.4/user_manual/Accumulo_Design.html Compactions In order to manage the number of files per tablet, periodically the TabletServer performs Major Compactions of files within a tablet, in which some set of ISAM files are combined into one file. The previous files will eventually be removed by the Garbage Collector. This also provides an opportunity to permanently remove deleted key-value pairs by omitting key-value pairs suppressed by a delete entry when the new file is created. -- Thank you, Hugh Xedni --bcaec51b141bf5b14a04c5d14911 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If I load sorted key-value map or ISAM files into HDFS via bulk loading, ho= w can I ensure only one file will be assigned to a tablet and major compact= ion is avoided?

http://accumulo.apache.org/1.4/user_manual/Accumulo= _Design.html
Compactions
In order to manage the number of files per tablet, periodica= lly the=20 TabletServer performs Major Compactions of files within a tablet, in=20 which some set of ISAM files are combined into one file. The previous=20 files will eventually be removed by the Garbage Collector. This also=20 provides an opportunity to permanently remove deleted key-value pairs by omitting key-value pairs suppressed by a delete entry when the new file is created.

--
Thank you,

Hugh Xedni
<= br> --bcaec51b141bf5b14a04c5d14911--