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 E5B9618DEA for ; Thu, 24 Dec 2015 05:10:49 +0000 (UTC) Received: (qmail 29507 invoked by uid 500); 24 Dec 2015 05:10:49 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 29451 invoked by uid 500); 24 Dec 2015 05:10:49 -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 29440 invoked by uid 99); 24 Dec 2015 05:10:49 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2015 05:10:49 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8D9222C1F54 for ; Thu, 24 Dec 2015 05:10:49 +0000 (UTC) Date: Thu, 24 Dec 2015 05:10:49 +0000 (UTC) From: "Gary Helmling (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15038) ExportSnapshot should support separate configurations for source and destination clusters 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-15038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling updated HBASE-15038: ---------------------------------- Status: Patch Available (was: Open) Attaching a patch supporting config property prefixes for ExportSnapshot: * exportsnapshot.from. for source cluster * exportsnapshot.to. for destincation cluster > ExportSnapshot should support separate configurations for source and destination clusters > ----------------------------------------------------------------------------------------- > > Key: HBASE-15038 > URL: https://issues.apache.org/jira/browse/HBASE-15038 > Project: HBase > Issue Type: Improvement > Components: mapreduce, snapshots > Reporter: Gary Helmling > Assignee: Gary Helmling > Attachments: hbase-15038.patch > > > Currently ExportSnapshot uses a single Configuration instance for both the source and destination FileSystem instances to use. It should allow overriding properties for each filesystem connection separately. -- This message was sent by Atlassian JIRA (v6.3.4#6332)