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 64752FB5E for ; Mon, 25 Mar 2013 21:27:16 +0000 (UTC) Received: (qmail 2782 invoked by uid 500); 25 Mar 2013 21:27:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 2751 invoked by uid 500); 25 Mar 2013 21:27: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 2741 invoked by uid 99); 25 Mar 2013 21:27:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 21:27:16 +0000 Date: Mon, 25 Mar 2013 21:27:16 +0000 (UTC) From: "Amitanand Aiyer (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-6605) [0.89-fb] Allow bulk loading to continue past failures. 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-6605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613161#comment-13613161 ] Amitanand Aiyer commented on HBASE-6605: ---------------------------------------- http://svn.apache.org/viewvc?view=revision&revision=r1379543 > [0.89-fb] Allow bulk loading to continue past failures. > ------------------------------------------------------- > > Key: HBASE-6605 > URL: https://issues.apache.org/jira/browse/HBASE-6605 > Project: HBase > Issue Type: Improvement > Reporter: Amitanand Aiyer > Assignee: Amitanand Aiyer > Priority: Minor > Fix For: 0.89-fb > > > Currently, bulk loading a set of files will error out on the first file that it is unable to bulk load. > We have seen internal cases where there are transient failures (dfs/file corruption etc) that may cause a file to not be successfully bulk loaded. It seems useful to have a mode where the bulk load process tries all the input files, even if there is a failure. > Thus, at the end of the process all the files remaining in the original directory are failed files. > Adding a configuration option to enable this behavior. The default behavior is still to error out on the first failure. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira