[
https://issues.apache.org/jira/browse/HBASE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737768#comment-13737768
]
terry zhang commented on HBASE-9201:
------------------------------------
deleteTable still has same problem
public void deleteTable(byte[] tableName) throws IOException {
fs.delete(new Path(rootdir, Bytes.toString(tableName)), true);
}
> Hfile will be deleted after deleteColumn instead be archived
> ------------------------------------------------------------
>
> Key: HBASE-9201
> URL: https://issues.apache.org/jira/browse/HBASE-9201
> Project: HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 0.94.10
> Reporter: terry zhang
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira