[ https://issues.apache.org/jira/browse/HBASE-13746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14558001#comment-14558001 ]
Ashish Singhi commented on HBASE-13746: --------------------------------------- +1(non-binding) [~anoop.hbase] this is broken in 0.98 and 1.0 also as part of backport jira HBASE-13035 > 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: 1.1.0 > Reporter: Y. SREENIVASULU REDDY > Assignee: Abhishek Kumar > 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)