[
https://issues.apache.org/jira/browse/HBASE-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-3000.
--------------------------
Hadoop Flags: [Reviewed]
Resolution: Fixed
Committed. Added this to Todd's patch:
{code}
@@ -76,6 +76,7 @@
echo " avro run an HBase Avro server"
echo " migrate upgrade an hbase.rootdir"
echo " hbck run the hbase 'fsck' tool"
+ echo " classpath dump hbase CLASSPATH"
echo " or"
echo " CLASSNAME run the class named CLASSNAME"
echo "Most commands print help when invoked w/o parameters."
{code
> 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.