diff --git a/hbase-shell/src/main/ruby/shell/commands/compact_rs.rb b/hbase-shell/src/main/ruby/shell/commands/compact_rs.rb index 588b6fe..5f02944 100644 --- a/hbase-shell/src/main/ruby/shell/commands/compact_rs.rb +++ b/hbase-shell/src/main/ruby/shell/commands/compact_rs.rb @@ -34,7 +34,7 @@ module Shell end def command(regionserver, major = false) - admin.compactRegionserver(regionserver, major) + admin.compact_regionserver(regionserver, major) end end end