You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (Jira)" <ji...@apache.org> on 2019/10/01 21:10:00 UTC

[jira] [Resolved] (HBASE-22817) Use hbase-shaded dependencies in hbase-spark

     [ https://issues.apache.org/jira/browse/HBASE-22817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey resolved HBASE-22817.
---------------------------------
    Fix Version/s: connector-1.0.1
     Release Note: 
<!-- markdown -->
The HBase connector for working with Apache Spark now works with the shaded client artifacts provided by the Apache HBase project and avoids adding additional third party dependencies to the classpath.
       Resolution: Fixed

> Use hbase-shaded dependencies in hbase-spark
> --------------------------------------------
>
>                 Key: HBASE-22817
>                 URL: https://issues.apache.org/jira/browse/HBASE-22817
>             Project: HBase
>          Issue Type: Improvement
>          Components: hbase-connectors
>    Affects Versions: connector-1.0.0
>            Reporter: Balazs Meszaros
>            Assignee: Balazs Meszaros
>            Priority: Major
>             Fix For: connector-1.0.1
>
>
> We changed the behavior of {{hbase mapredcp}} which returns shaded jars.
> So if we run
> {code:java}
> spark-shell --driver-class-path `hbase mapredcp`:hbase-spark.jar
> {code}
> then it should work fine, it shouldn't throw any exception when accessing hbase from spark.



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