liangxs opened a new pull request, #4362:
URL: https://github.com/apache/hbase/pull/4362
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>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]