You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2018/03/12 15:13:00 UTC

[jira] [Created] (HBASE-20175) hbase-spark needs scala dependency convergance

Mike Drob created HBASE-20175:
---------------------------------

             Summary: hbase-spark needs scala dependency convergance
                 Key: HBASE-20175
                 URL: https://issues.apache.org/jira/browse/HBASE-20175
             Project: HBase
          Issue Type: Bug
          Components: dependencies, spark
            Reporter: Mike Drob


This is a follow-on to HBASE-16179 - I think we might need to specify an exclude in the dependency management.

{noformat}
[INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @ hbase-spark ---
[WARNING]  Expected all dependencies to require Scala version: 2.11.8
[WARNING]  org.apache.hbase:hbase-spark:3.0.0-SNAPSHOT requires scala version: 2.11.8
[WARNING]  org.apache.spark:spark-streaming_2.11:2.1.1 requires scala version: 2.11.8
[WARNING]  org.apache.spark:spark-streaming_2.11:2.1.1 requires scala version: 2.11.8
[WARNING]  org.scalatest:scalatest_2.11:2.2.4 requires scala version: 2.11.2
{noformat}

[~tedyu] - since you're already fiddling in this area, do you want to take a look?



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