You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2012/10/05 02:37:53 UTC

[jira] [Commented] (HBASE-6734) Code duplication in LoadIncrementalHFiles

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

Hudson commented on HBASE-6734:
-------------------------------

Integrated in HBase-0.94-security-on-Hadoop-23 #8 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/8/])
    HBASE-6734 Code duplication in LoadIncrementalHFiles (Richard Ding) (Revision 1382354)

     Result = FAILURE
tedyu : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.java

                
> 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
>             Fix For: 0.94.2, 0.96.0
>
>         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