Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The java_import for MobCompactPartitionPolicy in admin.rb is missed, which cause an error message for creating table.
hbase:006:0> create 't2', {NAME => 'f', IS_MOB => true, MOB_THRESHOLD => 1000000, MOB_COMPACT_PARTITION_POLICY => 'weekly'} ERROR: uninitialized constant Hbase::Admin::MobCompactPartitionPolicy Did you mean? Hbase::Admin::MOB_COMPACT_PARTITION_POLICY For usage try 'help "create"' Took 0.6897 seconds hbase:007:0>
Attachments
Issue Links
- relates to
-
HBASE-20819 Use TableDescriptor to replace HTableDescriptor in hbase-shell module
-
- Resolved
-
- links to