HBASE-3983 list command in shell seems broken

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1135337 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-06-13 23:31:28 +00:00
parent ac2e192ad5
commit 0f843f5d0a
2 changed files with 2 additions and 1 deletions

View File

@ -123,6 +123,7 @@ Release 0.91.0 - Unreleased
HBASE-3978 Rowlock lease renew doesn't work when custom coprocessor
indicates to bypass default action (Ming Ma)
HBASE-3963 Schedule all log-spliiting at startup all at once (mingjian)
HBASE-3983 list command in shell seems broken
IMPROVEMENTS
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)

View File

@ -74,7 +74,7 @@ module Shell
if args.length == 1
splits = split(@max_width, dump(args[0]))
for l in splits
output(l)
output(@mac_width, l)
@out.puts
end
elsif args.length == 2