HBASE-3000 Add "hbase classpath" command to dump classpath
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@999062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98b9448162
commit
1456bfff76
|
@ -76,7 +76,7 @@ if [ $# = 0 ]; then
|
|||
echo " avro run an HBase Avro server"
|
||||
echo " migrate upgrade an hbase.rootdir"
|
||||
echo " hbck run the hbase 'fsck' tool"
|
||||
echo " classpath dumps hbase CLASSPATH"
|
||||
echo " classpath dump hbase CLASSPATH"
|
||||
echo " or"
|
||||
echo " CLASSNAME run the class named CLASSNAME"
|
||||
echo "Most commands print help when invoked w/o parameters."
|
||||
|
|
Loading…
Reference in New Issue