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

Roman Shaposhnik edited comment on BIGTOP-858 at 3/15/13 8:37 PM:
------------------------------------------------------------------

Cos, it seems that the target HBase (0.94.5) still has a few issues:

{noformat}
$ cd bigtop-tests/test-artifacts/hbase
$ mvn clean compile
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
----------
1. ERROR in 
/home/rvs/src/bigtop/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/smoke/IncrementalPELoad.java
 (at line 108)
        HTable table = new HTable(Bytes.toBytes(args[0]));
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor HTable(byte[]) is undefined
----------
----------
2. ERROR in 
/home/rvs/src/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
{noformat}

Could you, please, take a look?
                
      was (Author: rvs):
    Cos, it seems that the target HBase (0.94.5) still has a few issues:

{noformat}
$ cd bigtop-tests/test-artifacts/hbase
$ mvn clean compile
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
----------
1. ERROR in 
/home/rvs/src/bigtop/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/smoke/IncrementalPELoad.java
 (at line 108)
        HTable table = new HTable(Bytes.toBytes(args[0]));
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor HTable(byte[]) is undefined
----------
----------
2. ERROR in 
/home/rvs/src/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
{noformat}
                  
> 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
>            Assignee: Konstantin Boudnik
>            Priority: Blocker
>             Fix For: 0.6.0
>
>         Attachments: 856.txt, 858.txt, BIGTOP-858.patch, BIGTOP-858.patch
>
>
> 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

Reply via email to