You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2019/01/24 17:11:00 UTC

[jira] [Created] (HBASE-21772) hbase cli help does not mention 'zkcli'

Sean Busbey created HBASE-21772:
-----------------------------------

             Summary: hbase cli help does not mention 'zkcli'
                 Key: HBASE-21772
                 URL: https://issues.apache.org/jira/browse/HBASE-21772
             Project: HBase
          Issue Type: Bug
          Components: Operability, Zookeeper
    Affects Versions: 2.1.0
            Reporter: Sean Busbey


the hbase command's help doesn't mention zkcli

{code}
 hbase
Usage: hbase [<options>] <command> [<args>]
Options:
  --config DIR         Configuration direction to use. Default: ./conf
  --hosts HOSTS        Override the list in 'regionservers' file
  --auth-as-server     Authenticate to ZooKeeper using servers configuration
  --internal-classpath Skip attempting to use client facing jars (WARNING: unstable results between versions)

Commands:
Some commands take arguments. Pass no args or -h for usage.
  shell           Run the HBase shell
  hbck            Run the HBase 'fsck' tool. Defaults read-only hbck1.
                  Pass '-j /path/to/HBCK2.jar' to run hbase-2.x HBCK2.
  snapshot        Tool for managing snapshots
  classpath       Dump hbase CLASSPATH
  mapredcp        Dump CLASSPATH entries required by mapreduce
  pe              Run PerformanceEvaluation
  ltt             Run LoadTestTool
  canary          Run the Canary tool
  version         Print the version
  regionsplitter  Run RegionSplitter tool
  rowcounter      Run RowCounter tool
  cellcounter     Run CellCounter tool
  pre-upgrade     Run Pre-Upgrade validator tool
  CLASSNAME       Run the class named CLASSNAME
{code}

the command itself still appears to work.



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