HBASE-17946 Shell command compact_rs don't work (Guangxu Cheng)
This commit is contained in:
parent
d39f40e787
commit
68e48c456d
|
@ -34,7 +34,7 @@ module Shell
|
|||
end
|
||||
|
||||
def command(regionserver, major = false)
|
||||
admin.compactRegionserver(regionserver, major)
|
||||
admin.compact_regionserver(regionserver, major)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue