commit 2a699bd672636e179cdb99ff40170e1fa3d428cb Author: Todd Lipcon Date: Wed Sep 15 01:37:37 2010 -0400 Add hbase classpath command diff --git bin/hbase bin/hbase index c783e80..ec92f7b 100755 --- bin/hbase +++ bin/hbase @@ -262,6 +262,9 @@ elif [ "$COMMAND" = "zookeeper" ] ; then fi elif [ "$COMMAND" = "zkcli" ] ; then CLASS='org.apache.zookeeper.ZooKeeperMain' +elif [ "$COMMAND" = "classpath" ] ; then + echo $CLASSPATH + exit 0 else CLASS=$COMMAND fi