[ 
https://issues.apache.org/jira/browse/HBASE-8008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13594018#comment-13594018
 ] 

Ted Yu commented on HBASE-8008:
-------------------------------

{code}
+   * Directory filter that doesn't also doesn't include any of the directories 
in the specified
{code}
Remove "also doesn't"
{code}
+      blacklist =
+          (List<String>) (directoryNameBlackList == null ? 
Collections.emptyList()
{code}
Indentation is slightly off.
                
> Fix DirFilter usage to be consistent
> ------------------------------------
>
>                 Key: HBASE-8008
>                 URL: https://issues.apache.org/jira/browse/HBASE-8008
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.96.0
>
>         Attachments: hbase-8008-r0.patch, hbase-8008-r1.patch
>
>
> Currently the DirFilter automatically filters out 
> HConstants.HBASE_NON_USER_TABLE_DIRS, which is not needed in most cases. We 
> should switch the usage so people actually using a directory filter and then 
> have a special filter when looking for tables specifically.

--
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

Reply via email to