You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/05/25 22:47:18 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-13746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-13746.
------------------------------------
      Resolution: Fixed
    Hadoop Flags: Reviewed

> 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, 1.0.2, 1.2.0, 1.1.1, 0.98.13
>
>         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)