You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/09/16 02:35:35 UTC

[jira] Commented: (HBASE-3000) Add "hbase classpath" command to dump classpath

    [ https://issues.apache.org/jira/browse/HBASE-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909973#action_12909973 ] 

stack commented on HBASE-3000:
------------------------------

Shouldn't this new option be added to the list below in bin/hbase?

{code}
  echo "  zkcli            run the ZooKeeper shell"
  echo "  master           run an HBase HMaster node" 
  echo "  regionserver     run an HBase HRegionServer node" 
  echo "  zookeeper        run a Zookeeper server"
  echo "  rest             run an HBase REST server" 
  echo "  thrift           run an HBase Thrift server" 
  echo "  avro             run an HBase Avro server" 
  echo "  migrate          upgrade an hbase.rootdir"
  echo "  hbck             run the hbase 'fsck' tool"
  echo " or"
  echo "  CLASSNAME        run the class named CLASSNAME"
  echo "Most commands print help when invoked w/o parameters."
{code}

Make sure it don't clash w/ CLASSNAME?

> Add "hbase classpath" command to dump classpath
> -----------------------------------------------
>
>                 Key: HBASE-3000
>                 URL: https://issues.apache.org/jira/browse/HBASE-3000
>             Project: HBase
>          Issue Type: Improvement
>          Components: scripts
>    Affects Versions: 0.90.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>         Attachments: hbase-3000.txt
>
>
> For apps that want to depend on hbase, it would be handy to have an "hbase classpath" command that dumps a string suitable for including in the classpath of the dependent  application.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.