[
https://issues.apache.org/jira/browse/HBASE-22817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804634#comment-17804634
]
Istvan Toth commented on HBASE-22817:
-------------------------------------
The release note is a bit misleading.
We are using the shaded hbase mapreduce artifacts, not the shaded hbase client
artifacts (which also exist, but are a bit different)
> 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: hbase-connectors-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.20.10#820010)