You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2013/03/02 00:19:13 UTC

[jira] [Comment Edited] (BIGTOP-858) HBase tests are no longer compile with HBase 0.94

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

Konstantin Boudnik edited comment on BIGTOP-858 at 3/1/13 11:18 PM:
--------------------------------------------------------------------

Yeah, I just found the root cause - my knowledge of Hbase codebase is rusty - it seems that between 0.92.1 and 0.94.2 {{getWriterFactory(Configuration)}} has migrated to {{getWriterFactoryNoCache(Configuration)}} and {{createWriter(...)}} is now protected in {{HFile.WriterFactory}}

I have opened HBASE-7973 (tracked by BIGTOP-860 on this side). Thanks
                
      was (Author: cos):
    Yeah, I just found the root cause - my knowledge Hbase codebase is rusty - it seems that between 0.92.1 and 0.94.2 {{getWriterFactory(Configuration)}} has migrated to {{getWriterFactoryNoCache(Configuration)}} and {{createWriter(...)}} is now protected in {{HFile.WriterFactory}}

I have opened HBASE-7973 (tracked by BIGTOP-860 on this side). Thansk
                  
> HBase tests are no longer compile with HBase 0.94
> -------------------------------------------------
>
>                 Key: BIGTOP-858
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-858
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.5.0
>            Reporter: Konstantin Boudnik
>            Priority: Blocker
>             Fix For: 0.6.0
>
>         Attachments: 858.txt
>
>
> With HBASE-4746 iTest hbase tests are broken:
> 4. ERROR in /root/work/bigtop/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/system/Putter.java (at line 114)
>         HTable table = new HTable(tableName);
>                        ^^^^^^^^^^^^^^^^^^^^^
> The constructor HTable(String) is undefined
> ----------
> ----------
> 5. ERROR in /root/work/bigtop/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/smoke/TestHFileOutputFormat.java (at line 129)
>         HTable table = new HTable(TABLE_NAME);
>                        ^^^^^^^^^^^^^^^^^^^^^^
> The constructor HTable(byte[]) is undefined

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