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 AF5C8200BCA for ; Mon, 7 Nov 2016 03:35:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AE087160B0D; Mon, 7 Nov 2016 02:35:00 +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 EC13B160AFC for ; Mon, 7 Nov 2016 03:34:59 +0100 (CET) Received: (qmail 46097 invoked by uid 500); 7 Nov 2016 02:34:59 -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 46077 invoked by uid 99); 7 Nov 2016 02:34:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2016 02:34:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F0CF82C0276 for ; Mon, 7 Nov 2016 02:34:58 +0000 (UTC) Date: Mon, 7 Nov 2016 02:34:58 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17037) Enhance LoadIncrementalHFiles API to convey loaded files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 07 Nov 2016 02:35:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17037: --------------------------- Attachment: 17037.v3.txt > Enhance LoadIncrementalHFiles API to convey loaded files > -------------------------------------------------------- > > Key: HBASE-17037 > URL: https://issues.apache.org/jira/browse/HBASE-17037 > Project: HBase > Issue Type: Improvement > Reporter: Ted Yu > Attachments: 17037.v2.txt, 17037.v3.txt > > > When Map> is passed to LoadIncrementalHFiles, we should provide a means for the caller to get the collection of Paths for the loaded hfiles. > The functionality added by HBASE-16821 is preserved as shown by the modified TestLoadIncrementalHFiles#testSimpleLoadWithMap -- This message was sent by Atlassian JIRA (v6.3.4#6332)