You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2018/06/07 12:45:00 UTC

[jira] [Resolved] (HBASE-20696) Shell list_peers print useless string

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

Sean Busbey resolved HBASE-20696.
---------------------------------
    Resolution: Not A Problem

That's IRB, the Ruby interactive shell that underlies the hbase shell.

Please see the example of configuring your local .irbrc file in our reference guide if you want to change it:

http://hbase.apache.org/book.html#irbrc

Please use the mailing list to discuss configuration questions.

> Shell list_peers print useless string 
> --------------------------------------
>
>                 Key: HBASE-20696
>                 URL: https://issues.apache.org/jira/browse/HBASE-20696
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Zheng Hu
>            Priority: Major
>
> {code}
> hbase(main):020:0> list_peers
>  PEER_ID CLUSTER_KEY ENDPOINT_CLASSNAME REMOTE_ROOT_DIR SYNC_REPLICATION_STATE STATE REPLICATE_ALL NAMESPACES TABLE_CFS BANDWIDTH SERIAL
>  1 lg-hadoop-tst-st01.bj:10010,lg-hadoop-tst-st02.bj:10010,lg-hadoop-tst-st03.bj:10010:/hbase/test-hbase-slave nil hdfs://lg-hadoop-tst-st01.bj:20100/hbase/test-hbase-slave/remoteWALs ACTIVE ENABLED false  default.ycsb-test 0 false
> 1 row(s)
> Took 0.0446 seconds                                                                                                    
> => #<Java::JavaUtil::ArrayList:0x43ab9ae9>    ----> It's useless .. 
> {code}
> Interested contributors are welcome to fix this bug...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)