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

Vladimir Rodionov edited comment on HBASE-14141 at 3/14/17 9:42 PM:
--------------------------------------------------------------------

{quote}
+    return StringUtils.stringToPath(
+      inpDirs.split(conf.get(WALPlayer.INPUT_FILES_SEPARATOR_KEY, ",")));

Why not use semi colon as separator ?
{quote}

Its semicolon, because we set it for WALPlayer.INPUT_FILES_SEPARATOR_KEY.

{quote}
Check return value from run() ?
{quote}

It is void. If call fails we will catch exception.


was (Author: vrodionov):
{quote}
+    return StringUtils.stringToPath(
+      inpDirs.split(conf.get(WALPlayer.INPUT_FILES_SEPARATOR_KEY, ",")));

Why not use semi colon as separator ?
{quote}

Its semicolon, because we set it for WALPlayer.INPUT_FILES_SEPARATOR_KEY.

> HBase Backup/Restore Phase 3: Filter WALs on backup to include only edits 
> from backup tables
> --------------------------------------------------------------------------------------------
>
>                 Key: HBASE-14141
>                 URL: https://issues.apache.org/jira/browse/HBASE-14141
>             Project: HBase
>          Issue Type: New Feature
>            Reporter: Vladimir Rodionov
>            Assignee: Vladimir Rodionov
>            Priority: Blocker
>              Labels: backup
>             Fix For: HBASE-7912
>
>         Attachments: HBASE-14141.HBASE-14123.v1.patch, HBASE-14141.v1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to