Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 251AB1091B for ; Thu, 7 Nov 2013 21:07:19 +0000 (UTC) Received: (qmail 44323 invoked by uid 500); 7 Nov 2013 21:07:18 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 44286 invoked by uid 500); 7 Nov 2013 21:07:18 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 44228 invoked by uid 99); 7 Nov 2013 21:07:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 21:07:18 +0000 Date: Thu, 7 Nov 2013 21:07:18 +0000 (UTC) From: "Bill Havanki (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1556) Initialize could use a better warning when HDFS dir is already populated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13816422#comment-13816422 ] Bill Havanki commented on ACCUMULO-1556: ---------------------------------------- ACCUMULO-1556-1.5.patch is the patch for 1.5.1-SNAPSHOT. Differences: - easymock is already in dependency management for 1.5.x - IZooReaderWriter moved from server to fate, needed to fix unit test > Initialize could use a better warning when HDFS dir is already populated > ------------------------------------------------------------------------ > > Key: ACCUMULO-1556 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1556 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.4.4, 1.5.0 > Reporter: Miguel Pereira > Assignee: Bill Havanki > Priority: Minor > Attachments: ACCUMULO-1556-1.5.patch, ACCUMULO-1556.patch > > > When attempting to initialize Accumulo and the instance.dfs.dir is pointing at a directory in HDFS which has already been initialized, you get a very undescriptive warning message which doesn't actually say refer to the fact that this is an HDFS directory. > {noformat} > [util.Initialize] FATAL: It appears this location was previously initialized, exiting ... > {noformat} > It would be better to be explicit and tell the user that their $instance.dfs.dir value already has been initialized in HDFS instead of leaving that up to the user to discern. -- This message was sent by Atlassian JIRA (v6.1#6144)