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 4319D18F16 for ; Tue, 15 Mar 2016 23:06:34 +0000 (UTC) Received: (qmail 51958 invoked by uid 500); 15 Mar 2016 23:06:33 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 51857 invoked by uid 500); 15 Mar 2016 23:06:33 -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 51645 invoked by uid 99); 15 Mar 2016 23:06:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2016 23:06:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 98F662C1F61 for ; Tue, 15 Mar 2016 23:06:33 +0000 (UTC) Date: Tue, 15 Mar 2016 23:06:33 +0000 (UTC) From: "Geoffrey Jacoby (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12940) Expose listPeerConfigs and getPeerConfig to the HBase shell 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-12940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoffrey Jacoby updated HBASE-12940: ------------------------------------ Attachment: HBASE-12940.patch Patch to add get_peer_config and list_peer_configs to the hbase shell. > Expose listPeerConfigs and getPeerConfig to the HBase shell > ----------------------------------------------------------- > > Key: HBASE-12940 > URL: https://issues.apache.org/jira/browse/HBASE-12940 > Project: HBase > Issue Type: Bug > Components: shell > Reporter: Kevin Risden > Assignee: Geoffrey Jacoby > Attachments: HBASE-12940.patch > > > In HBASE-12867 found that listPeerConfigs and getPeerConfig from ReplicationAdmin are not exposed to the HBase shell. This makes looking at details for custom replication endpoints and testing of add_peer from HBASE-12867 impossible. -- This message was sent by Atlassian JIRA (v6.3.4#6332)