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

Chesnay Schepler commented on FLINK-11194:
------------------------------------------

hmmm..........so t's not that flink-hbase was not released for scala 2.12, the 
issue is that the published pom does not explicitly refer to scala 2.12, but 
the scala version property instead:
{code}
<artifactId>flink-hbase_${scala.binary.version}</artifactId><name>flink-hbase</name><packaging>jar</packaging>
{code}

The reason for this is simple; the shade-plugin is completely disabled in this 
module.

Let's see what happens if we just enable it again...

> missing Scala 2.12 build of HBase connector 
> --------------------------------------------
>
>                 Key: FLINK-11194
>                 URL: https://issues.apache.org/jira/browse/FLINK-11194
>             Project: Flink
>          Issue Type: Bug
>          Components: Batch Connectors and Input/Output Formats, Build System
>    Affects Versions: 1.7.0
>         Environment: Scala version 2.12.7
> Flink version 1.7.0
>            Reporter: Zhenhao Li
>            Assignee: vinoyang
>            Priority: Major
>              Labels: artifact, build, hbase, scala
>
> See the following SBT log.
> ```
> [error] (update) sbt.librarymanagement.ResolveException: unresolved 
> dependency: org.apache.flink#flink-hbase_2.12;1.7.0: Resolution failed 
> several times for dependency: org.apache.flink#flink-hbase_2.12;1.7.0 
> \{compile=[default(compile)]}:: 
> [error]     java.text.ParseException: inconsistent module descriptor file 
> found in 
> 'https://repo1.maven.org/maven2/org/apache/flink/flink-hbase_2.12/1.7.0/flink-hbase_2.12-1.7.0.pom':
>  bad module name: expected='flink-hbase_2.12' found='flink-hbase_2.11'; 
> [error]     java.text.ParseException: inconsistent module descriptor file 
> found in 
> 'https://repo1.maven.org/maven2/org/apache/flink/flink-hbase_2.12/1.7.0/flink-hbase_2.12-1.7.0.pom':
>  bad module name: expected='flink-hbase_2.12' found='flink-hbase_2.11';
> ```



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to