[ 
https://issues.apache.org/jira/browse/HBASE-6734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Ding updated HBASE-6734:
--------------------------------

    Attachment: HBASE-6734.patch

Attaching patch.
                
> Code duplication in LoadIncrementalHFiles
> -----------------------------------------
>
>                 Key: HBASE-6734
>                 URL: https://issues.apache.org/jira/browse/HBASE-6734
>             Project: HBase
>          Issue Type: Bug
>          Components: mapreduce
>    Affects Versions: 0.94.1
>            Reporter: Richard Ding
>            Assignee: Richard Ding
>            Priority: Minor
>         Attachments: HBASE-6734.patch
>
>
> This was due to the merge of two Jiras:
> {code}
>       if (queue.isEmpty()) {
>         LOG.warn("Bulk load operation did not find any files to load in " +
>             "directory " + hfofDir.toUri() + ".  Does it contain files in " +
>             "subdirectories that correspond to column family names?");
>         return;
>       }
>       if (queue.isEmpty()) {
>         LOG.warn("Bulk load operation did not find any files to load in " +
>         "directory " + hfofDir.toUri() + ".  Does it contain files in " +
>         "subdirectories that correspond to column family names?");
>       }
> {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

Reply via email to