[
https://issues.apache.org/jira/browse/HBASE-9128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-9128:
-------------------------
Attachment: 9128v6.txt
Changed my mind. Was going to move .snapshot to hbase-snapshot instead of
.hbase-snapshot but changed my mind. If I do this, I'll have to also work on
migration .hbase-snapshot to hbase-snapshot. Can do in another issue. I think
.hbase-snapshot probably a better name anyways since it more like the hdfs
.snapshot.
> 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
> Assignee: stack
> Priority: Critical
> Fix For: 0.98.0, 0.95.2
>
> Attachments: 9128.txt, 9128v2.txt, 9128v3.txt, 9128v3.txt,
> 9128v4.txt, 9128v5.txt, 9128v6.txt
>
>
> 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}
> Also removes any -ROOT- dir if it is present.
--
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