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:
parent
ac2e192ad5
commit
0f843f5d0a
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue