[
https://issues.apache.org/jira/browse/HBASE-13746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14558558#comment-14558558
]
Hudson commented on HBASE-13746:
--------------------------------
SUCCESS: Integrated in HBase-1.2 #103 (See
[https://builds.apache.org/job/HBase-1.2/103/])
HBASE-13746 list_replicated_tables command is not listing table in hbase shell
(apurtell: rev 534c6034b8297bf745c49aed37c5f4689a250cc4)
* hbase-shell/src/main/ruby/hbase/replication_admin.rb
> list_replicated_tables command is not listing table in hbase shell.
> -------------------------------------------------------------------
>
> Key: HBASE-13746
> URL: https://issues.apache.org/jira/browse/HBASE-13746
> Project: HBase
> Issue Type: Bug
> Components: shell
> Affects Versions: 2.0.0, 1.1.0, 0.98.13, 1.0.2
> Reporter: Y. SREENIVASULU REDDY
> Assignee: Abhishek Kumar
> Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1
>
> Attachments: HBASE-13746.patch
>
>
> IN HBase shell prompt execute the following command
> list_replicated_tables
> {code}
> hbase(main):014:0> list_replicated_tables
> TABLE:COLUMNFAMILY
> ReplicationType
> ERROR: undefined method `TNAME' for
> Java::OrgApacheHadoopHbaseClientReplication::ReplicationAdmin:Class
> Here is some help for this command:
> List all the tables and column families replicated from this cluster
> hbase> list_replicated_tables
> hbase> list_replicated_tables 'abc.*'
> {code}
> {code}
> list.select {|s| pattern.match(s.get(ReplicationAdmin.TNAME))}
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)