You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Y. SREENIVASULU REDDY (JIRA)" <ji...@apache.org> on 2015/05/22 13:32:17 UTC

[jira] [Created] (HBASE-13746) list_replicated_tables command is not listing table in hbase shell.

Y. SREENIVASULU REDDY created HBASE-13746:
---------------------------------------------

             Summary: 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


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)