Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9FE0A200D19 for ; Fri, 6 Oct 2017 21:26:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9E3F5160BDE; Fri, 6 Oct 2017 19:26:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EA0EE1609D0 for ; Fri, 6 Oct 2017 21:26:16 +0200 (CEST) Received: (qmail 34244 invoked by uid 500); 6 Oct 2017 19:26:16 -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 34211 invoked by uid 99); 6 Oct 2017 19:26:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2017 19:26:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 2F1D41A0FAD for ; Fri, 6 Oct 2017 19:26:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id PEwWiUzPVMeh for ; Fri, 6 Oct 2017 19:26:14 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 46EE161159 for ; Fri, 6 Oct 2017 19:26:10 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0A647E25DA for ; Fri, 6 Oct 2017 19:26:08 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4B25024175 for ; Fri, 6 Oct 2017 19:26:06 +0000 (UTC) Date: Fri, 6 Oct 2017 19:26:06 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-18941) Confusing logging error around rerun of restore on an existing table. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 06 Oct 2017 19:26:17 -0000 [ https://issues.apache.org/jira/browse/HBASE-18941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16195127#comment-16195127 ] Hudson commented on HBASE-18941: -------------------------------- Results for branch HBASE-18467, done in 4 hr 24 min and counting [build #136 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/HBASE-18467/136/]: FAILURE ---- details (if available): (x) *{color:red}-1 overall{color}* Committer, please check your recent inclusion of a patch for this issue. (x) {color:red}-1 general checks{color} -- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/HBASE-18467/136//General_Nightly_Build_Report/] (/) {color:green}+1 jdk8 checks{color} -- For more information [see jdk8 report|https://builds.apache.org/job/HBase%20Nightly/job/HBASE-18467/136//JDK8_Nightly_Build_Report/] (x) {color:red}-1 source release artifact{color} -- See build output for details. > Confusing logging error around rerun of restore on an existing table. > --------------------------------------------------------------------- > > Key: HBASE-18941 > URL: https://issues.apache.org/jira/browse/HBASE-18941 > Project: HBase > Issue Type: Bug > Reporter: Amit Kabra > Assignee: Amit Kabra > Priority: Minor > Fix For: 2.0.0-alpha-4 > > Attachments: HBASE-18941.patch > > > On executing restore command on already existing table > {code}./hbase restore hdfs://localhost:8020/test/ backup_1506352287382 -t test1 -m test1_restore_incremental{code} > Output > ====== > 2017-09-25 20:46:44,624 ERROR [main] impl.RestoreTablesClient: Existing table ([test1_restore_incremental]) found in the restore target, please add "-overwrite" option in the command if you mean to restore to these existing tables > java.io.IOException: Existing table found in target while no "-overwrite" option found > But when we run the restore command again with the -overwrite option it gives error > {code}./hbase restore hdfs://localhost:8020/test/ backup_1506352287382 -t test1 -m test1_restore_incremental -overwrite{code} > Error when parsing command-line arguments: Unrecognized option: -overwrite -- This message was sent by Atlassian JIRA (v6.4.14#64029)