You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2020/02/06 13:03:00 UTC

[jira] [Commented] (HIVE-22839) Fix build failure of branch-2 against hbase-1.5

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

Masatake Iwasaki commented on HIVE-22839:
-----------------------------------------

I got the following error while I build hive-2.3.6 against hbase-1.5.0 (with the patch of HIVE-16302 applied to build against hadoop-2.10.0).
{noformat}
$ mvn -Dhbase.version=1.5.0 -Dzookeeper.version=3.4.13 -Dhadoop.version=2.10.0 -Dtez.version=0.9.2 -DskipTests clean install
...
[ERROR] /home/centos/bigtop/build/hive/rpm/BUILD/apache-hive-2.3.6-src/metastore/src/test/org/apache/hadoop/hive/metastore/hbase/MockUtils.java:[140,36] <anonymous org.apache.hadoop.hive.metastore.hbase.MockUtils$3$1> is not abstract and does not override abstract method getScanMetrics() in org.apache.hadoop.hbase.client.ResultScanner
{noformat}

> Fix build failure of branch-2 against hbase-1.5
> -----------------------------------------------
>
>                 Key: HIVE-22839
>                 URL: https://issues.apache.org/jira/browse/HIVE-22839
>             Project: Hive
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 2.3.6
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Major
>
> branch-2 build with {{-Dhbase.version=1.5.0}} failed due to the change of org.apache.hadoop.hbase.client.ResultScanner introduced in hbase-1.4.0.
>  [https://archive.apache.org/dist/hbase/1.4.0/hbase-1.3.1-1.4.0RC1_compatibility_report.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)