[
https://issues.apache.org/jira/browse/HBASE-9128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13730008#comment-13730008
]
Enis Soztutar commented on HBASE-9128:
--------------------------------------
Sounds good. The thing that came up in NS review was that if the user had a
table named "data", "logs", etc the migration should handle this accordingly.
> Drop the '.' prefix from names under hbase.rootdir after namespaces goes in
> ---------------------------------------------------------------------------
>
> Key: HBASE-9128
> URL: https://issues.apache.org/jira/browse/HBASE-9128
> Project: HBase
> Issue Type: Sub-task
> Reporter: stack
> Priority: Critical
>
> Change it so instead of hbase.rootdir looking like this:
> {code}
> drwxr-xr-x 5 stack staff 170 Aug 5 14:43 .data
> -rw-r--r-- 1 stack staff 12 Aug 5 14:43 .hbase.id.crc
> -rw-r--r-- 1 stack staff 12 Aug 5 14:43 .hbase.version.crc
> drwxr-xr-x 3 stack staff 102 Aug 5 14:43 .logs
> drwxr-xr-x 2 stack staff 68 Aug 5 14:43 .oldlogs
> drwxr-xr-x 3 stack staff 102 Aug 5 14:43 .tmp
> -rwxrwxrwx 1 stack staff 42 Aug 5 14:43 hbase.id
> -rwxrwxrwx 1 stack staff 7 Aug 5 14:43 hbase.version
> {code}
> It looks like this:
> {code}
> drwxr-xr-x 5 stack staff 170 Aug 5 14:43 data
> -rw-r--r-- 1 stack staff 12 Aug 5 14:43 .hbase.id.crc
> -rw-r--r-- 1 stack staff 12 Aug 5 14:43 .hbase.version.crc
> drwxr-xr-x 3 stack staff 102 Aug 5 14:43 logs
> drwxr-xr-x 2 stack staff 68 Aug 5 14:43 oldlogs
> drwxr-xr-x 3 stack staff 102 Aug 5 14:43 tmp
> -rwxrwxrwx 1 stack staff 42 Aug 5 14:43 hbase.id
> -rwxrwxrwx 1 stack staff 7 Aug 5 14:43 hbase.version
> {code}
--
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