HBASE-4756 Enable tab-completion in HBase shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1199102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78ebe94d05
commit
ea5f9bf29a
|
@ -735,6 +735,7 @@ Release 0.92.0 - Unreleased
|
|||
HBASE-4703 Improvements in tests (nkeywal)
|
||||
HBASE-4611 Add support for Phabricator/Differential as an alternative code review tool
|
||||
HBASE-3939 Some crossports of Hadoop IPC fixes
|
||||
HBASE-4756 Enable tab-completion in HBase shell (Ryan Thiessen)
|
||||
|
||||
TASKS
|
||||
HBASE-3559 Move report of split to master OFF the heartbeat channel
|
||||
|
|
|
@ -257,7 +257,7 @@ unset IFS
|
|||
|
||||
# figure out which class to run
|
||||
if [ "$COMMAND" = "shell" ] ; then
|
||||
CLASS="org.jruby.Main ${HBASE_HOME}/bin/hirb.rb"
|
||||
CLASS="org.jruby.Main -X+O ${HBASE_HOME}/bin/hirb.rb"
|
||||
elif [ "$COMMAND" = "hbck" ] ; then
|
||||
CLASS='org.apache.hadoop.hbase.util.HBaseFsck'
|
||||
elif [ "$COMMAND" = "hlog" ] ; then
|
||||
|
|
Loading…
Reference in New Issue