Skip to content

Commit

Permalink
HBASE-26964: Fix MobCompactPartitionPolicy import in admin.rb (#4362)
Browse files Browse the repository at this point in the history
Signed-off-by: Pankaj Kumar<[email protected]>
  • Loading branch information
liangxs authored Apr 21, 2022
1 parent 82e47cd commit 41ae90d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hbase-shell/src/main/ruby/hbase/admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
java_import org.apache.hadoop.hbase.TableName
java_import org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
java_import org.apache.hadoop.hbase.client.CoprocessorDescriptorBuilder
java_import org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
java_import org.apache.hadoop.hbase.client.TableDescriptorBuilder
java_import org.apache.hadoop.hbase.HConstants

Expand Down

0 comments on commit 41ae90d

Please sign in to comment.