Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9FF111BFA for ; Wed, 16 Apr 2014 17:29:45 +0000 (UTC) Received: (qmail 49019 invoked by uid 500); 16 Apr 2014 17:29:45 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 48985 invoked by uid 500); 16 Apr 2014 17:29:44 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 48975 invoked by uid 99); 16 Apr 2014 17:29:44 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2014 17:29:44 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 930091D5F28; Wed, 16 Apr 2014 17:29:39 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============8264162656764531045==" MIME-Version: 1.0 Subject: Review Request 20419: ACCUMULO-2654 Add utility to create empty rfile (1.5) From: "Sean Busbey" To: "Mike Drob" Cc: "Sean Busbey" , "accumulo" Date: Wed, 16 Apr 2014 17:29:39 -0000 Message-ID: <20140416172939.24132.8462@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Sean Busbey" X-ReviewGroup: accumulo X-ReviewRequest-URL: https://reviews.apache.org/r/20419/ X-Sender: "Sean Busbey" Reply-To: "Sean Busbey" X-ReviewRequest-Repository: accumulo --===============8264162656764531045== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20419/ ----------------------------------------------------------- Review request for accumulo and Mike Drob. Bugs: ACCUMULO-2654 https://issues.apache.org/jira/browse/ACCUMULO-2654 Repository: accumulo Description ------- merged previous tool to 1.5, then updated to use jcommander. This is just a quick check on the compromises needed to work with jcommander, like only listing codecs on error. Diffs ----- core/src/main/java/org/apache/accumulo/core/file/rfile/CreateEmpty.java PRE-CREATION core/src/main/java/org/apache/accumulo/core/file/rfile/RFileOperations.java 5374332 test/system/auto/simple/recoverWithEmpty.py PRE-CREATION Diff: https://reviews.apache.org/r/20419/diff/ Testing ------- ran functional test. tried creating files with each codec. Thanks, Sean Busbey --===============8264162656764531045==--