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 D7BD3200B90 for ; Sat, 10 Sep 2016 20:00:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D6540160ABE; Sat, 10 Sep 2016 18:00:24 +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 53728160AA5 for ; Sat, 10 Sep 2016 20:00:24 +0200 (CEST) Received: (qmail 96469 invoked by uid 500); 10 Sep 2016 18:00:23 -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 96188 invoked by uid 99); 10 Sep 2016 18:00:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Sep 2016 18:00:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DF8272C1B87 for ; Sat, 10 Sep 2016 18:00:22 +0000 (UTC) Date: Sat, 10 Sep 2016 18:00:22 +0000 (UTC) From: "Vladimir Rodionov (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15448) HBase Backup Phase 3: Restore optimization 2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 10 Sep 2016 18:00:25 -0000 [ https://issues.apache.org/jira/browse/HBASE-15448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15480171#comment-15480171 ] Vladimir Rodionov commented on HBASE-15448: ------------------------------------------- Optimization in full backup restore: New M/R job reads snapshots data (HFiles), table's new region boundaries, splits files into new boundaries and bulk loads data. > HBase Backup Phase 3: Restore optimization 2 > -------------------------------------------- > > Key: HBASE-15448 > URL: https://issues.apache.org/jira/browse/HBASE-15448 > Project: HBase > Issue Type: Task > Affects Versions: 2.0.0 > Reporter: Vladimir Rodionov > Assignee: Vladimir Rodionov > Priority: Critical > Labels: backup > Fix For: 2.0.0 > > > JIRA opened to continue work on restore optimization. > This will focus on the following > # During incremental backup image restore - restoring full backup into region boundaries of the most recent incremental backup image. > # Combining multiple tables into single M/R job -- This message was sent by Atlassian JIRA (v6.3.4#6332)