Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 07-20-2016 03:45 PM
I want to run major compaction on all tables & CF in hbase. In past I built a custom script to grab all tables in hbase and run compaction on each one individually. Is there easier way of doing this?
Created 07-20-2016 04:10 PM
You should spread out the major compaction on individual tables.
Refer to the following:
HBASE-16147 Add ruby wrapper for getting compaction state
If there is not enough time to wait for compaction on one table to finish, at least leave some time between the start of major compactions.
Created 07-20-2016 04:10 PM
You should spread out the major compaction on individual tables.
Refer to the following:
HBASE-16147 Add ruby wrapper for getting compaction state
If there is not enough time to wait for compaction on one table to finish, at least leave some time between the start of major compactions.
Created 07-20-2016 09:41 PM
Doesn't look like there is any way to accept a regex of tables.