[
https://issues.apache.org/jira/browse/HBASE-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell closed HBASE-3887.
--------------------------------------
> Add region deletion tool
> ------------------------
>
> Key: HBASE-3887
> URL: https://issues.apache.org/jira/browse/HBASE-3887
> Project: HBase
> Issue Type: New Feature
> Components: regionserver
> Reporter: Ophir Cohen
> Priority: Minor
> Attachments: online_delete.rb
>
>
> A region deletion tool can be very useful to remove large amount of data.
> For example, it can be used to remove all data older than specific date
> (assuming your data sorted by dates) etc...
> This tool should be something as follows:
> Input: region key or (even better!) start & end key.
> 1. Split region to isolate the keys.
> 2. Disable the relevant regions.
> 3. Delete files from the file system.
> 4. Update .META. table.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)