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 3757BED0A for ; Wed, 6 Mar 2013 23:14:13 +0000 (UTC) Received: (qmail 41804 invoked by uid 500); 6 Mar 2013 23:14:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 41768 invoked by uid 500); 6 Mar 2013 23:14:12 -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 41759 invoked by uid 99); 6 Mar 2013 23:14:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 23:14:12 +0000 Date: Wed, 6 Mar 2013 23:14:12 +0000 (UTC) From: "Amitanand Aiyer (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (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:all-tabpanel ] Amitanand Aiyer resolved HBASE-6605. ------------------------------------ Resolution: Fixed > [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 > > 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