Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9870210232 for ; Wed, 5 Mar 2014 22:18:50 +0000 (UTC) Received: (qmail 98462 invoked by uid 500); 5 Mar 2014 22:18:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 98389 invoked by uid 500); 5 Mar 2014 22:18:45 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 98363 invoked by uid 99); 5 Mar 2014 22:18:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 22:18:44 +0000 Date: Wed, 5 Mar 2014 22:18:44 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10669) [hbck tool] Usage is wrong for hbck tool for -sidelineCorruptHfiles option 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/HBASE-10669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13921513#comment-13921513 ] Hudson commented on HBASE-10669: -------------------------------- FAILURE: Integrated in HBase-0.94-on-Hadoop-2 #41 (See [https://builds.apache.org/job/HBase-0.94-on-Hadoop-2/41/]) HBASE-10669 [hbck tool] Usage is wrong for hbck tool for -sidelineCorruptHfiles option(Deepak Sharma) (rajeshbabu: rev 1574606) * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java > [hbck tool] Usage is wrong for hbck tool for -sidelineCorruptHfiles option > -------------------------------------------------------------------------- > > Key: HBASE-10669 > URL: https://issues.apache.org/jira/browse/HBASE-10669 > Project: HBase > Issue Type: Bug > Components: hbck > Affects Versions: 0.94.11, 0.96.0 > Reporter: Deepak Sharma > Assignee: Deepak Sharma > Priority: Minor > Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18 > > Attachments: HBASE_10669_94.11.patch, Hbck_usage_issue.patch > > > Usage is wrong for hbck tool for -sidelineCorruptHfiles option: > it is like: > -sidelineCorruptHfiles Quarantine corrupted HFiles. implies -checkCorruptHfiles > here in "sidelineCorruptHfiles" and "checkCorruptHfiles" small 'f' is used but actually in code it is like > else if (cmd.equals("-checkCorruptHFiles")) { > checkCorruptHFiles = true; > } else if (cmd.equals("-sidelineCorruptHFiles")) { > sidelineCorruptHFiles = true; > } > so if we use sidelineCorruptHfiles option for hbck then it will give error > Unrecognized option:-sidelineCorruptHfiles -- This message was sent by Atlassian JIRA (v6.2#6252)