HBASE-17946 Shell command compact_rs don't work (Guangxu Cheng)

This commit is contained in:
tedyu 2017-04-21 06:54:44 -07:00
parent d39f40e787
commit 68e48c456d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module Shell
end
def command(regionserver, major = false)
admin.compactRegionserver(regionserver, major)
admin.compact_regionserver(regionserver, major)
end
end
end