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 A52D3200C22 for ; Tue, 21 Feb 2017 10:45:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A3DB1160B74; Tue, 21 Feb 2017 09:45:49 +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 EA2E0160B3E for ; Tue, 21 Feb 2017 10:45:48 +0100 (CET) Received: (qmail 69418 invoked by uid 500); 21 Feb 2017 09:45:48 -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 69341 invoked by uid 99); 21 Feb 2017 09:45:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2017 09:45:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 659A4186138 for ; Tue, 21 Feb 2017 09:45:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id sN-3KCb7-AuR for ; Tue, 21 Feb 2017 09:45:46 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 4EDAD5F56B for ; Tue, 21 Feb 2017 09:45:46 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 43733E09C5 for ; Tue, 21 Feb 2017 09:45:45 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 88A5D24136 for ; Tue, 21 Feb 2017 09:45:44 +0000 (UTC) Date: Tue, 21 Feb 2017 09:45:44 +0000 (UTC) From: "Zheng Hu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16990) Shell tool to dump table and namespace privileges MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 21 Feb 2017 09:45:49 -0000 [ https://issues.apache.org/jira/browse/HBASE-16990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15875690#comment-15875690 ] Zheng Hu commented on HBASE-16990: ---------------------------------- Currently, grants_dumper.rb script works fine. it will has following feature: {code} Dump HBase Table/Namespace grants Example: bash hbase-jruby grants_dumper.rb -h | --help # show usage bash hbase-jruby grants_dumper.rb t1 # dump permission of table t1 bash hbase-jruby grants_dumper.rb t1 t2 # dump permission of table t1 & t2 bash hbase-jruby grants_dumper.rb -w t1 t2 # dump permission of table t1 & t2 to bash hbase-jruby grants_dumper.rb t1 @ns1 t2 # dump permission of table t1 & t2, namespace ns1 bash hbase-jruby grants_dumper.rb -w t1 @ns1 t2 # dump permission of table t1 & t2, namespace ns1 to bash hbase-jruby grants_dumper.rb --namespace ns1 # dump permission of all table under namespace bash hbase-jruby grants_dumper.rb --namespace ns1 -w # dump permission of all table under namespace to bash hbase-jruby grants_dumper.rb --all # dump permission of all table bash hbase-jruby grants_dumper.rb --all -w # dump permission of all table to {code} > Shell tool to dump table and namespace privileges > ------------------------------------------------- > > Key: HBASE-16990 > URL: https://issues.apache.org/jira/browse/HBASE-16990 > Project: HBase > Issue Type: New Feature > Components: tooling > Reporter: Zheng Hu > Assignee: Zheng Hu > Priority: Minor > Attachments: HBASE-16990.v1.patch > > > Recently, we are trying to migrate tables from Cluster-A to Cluster-B, I found that HBase lack some useful tools : > 1. dump table schema, like mysqldump in mysql > 2. dump table privileges, like pt-show-grants in mysql provided by Percona. > I think we can add a dump sub-command looks like (JUST simple demo) : > {code} > $ ./bin/hbase dump -t test_table --with-privileges > ~/test_table.hsh > $ cat ~/test_table.hsh > create 'test_table', {NAME=>'f1'} > grant 'test_user', 'RW', 'test_table' > {code} > Maybe I can contribute ... :) > How do you think ? -- This message was sent by Atlassian JIRA (v6.3.15#6346)