You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nihal Jain (Jira)" <ji...@apache.org> on 2023/02/27 18:32:00 UTC

[jira] [Commented] (HBASE-27639) Support hbase-connectors compilation with HBase 2.5.3, Hadoop 3.2.4 and Spark 3.2.3

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

Nihal Jain commented on HBASE-27639:
------------------------------------

Created a PR which fixes all compilation and test issues for hbase, spark and hadoop through specified versions.
Ran following build combinations locally and ensured all SUCCESS (many of which will fail w/o change in PR):
 * mvn clean install
 * mvn -Dspark.version=3.1.2 -Dscala.binary.version=2.12 -Dscala.version=2.12.15 -Dhadoop-three.version=3.2.4 -Dhbase.version=2.5.3 clean install
 * mvn -Dspark.version=3.2.3 -Dscala.binary.version=2.12 -Dscala.version=2.12.15 -Dhadoop-three.version=3.2.4 -Dhbase.version=2.5.3 clean install
 * mvn -Dspark.version=3.2.3 -Dscala.binary.version=2.12 -Dscala.version=2.12.15 -Dhadoop-three.version=3.2.2 -Dhbase.version=2.5.3 clean install
 * mvn -Dspark.version=3.2.0 -Dscala.binary.version=2.12 -Dscala.version=2.12.15 -Dhadoop-three.version=3.2.2 -Dhbase.version=2.4.9 clean install
 * mvn clean install -Dhbase.version=2.4.16 -Dhadoop-three.version=3.2.4
 * mvn clean install -Dhbase.version=2.4.16 -Dhadoop.profile=2.0
 * mvn clean install -Dhbase.version=2.3.7 -Dhadoop-three.version=3.2.4
 * mvn clean install -Dhbase.version=2.3.7 -Dhadoop.profile=2.0

Please review [~stoty],[~psomogyi] 

> Support hbase-connectors compilation with HBase 2.5.3, Hadoop 3.2.4 and Spark 3.2.3
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-27639
>                 URL: https://issues.apache.org/jira/browse/HBASE-27639
>             Project: HBase
>          Issue Type: Improvement
>          Components: hbase-connectors, spark
>            Reporter: Nihal Jain
>            Assignee: Nihal Jain
>            Priority: Major
>
> Goal is to allow hbase-connectors to compile with:
>  * HBase: 2.5.3
>  * Hadoop: 3.2.4 and
>  * Spark: 3.2.3
> We could also discuss if we want to bump the versions of the above mentioned in the pom itself,
> or just want to let spark connector compile with above components as the JIRA title says.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)