[
https://issues.apache.org/jira/browse/HBASE-16428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu resolved HBASE-16428.
----------------------------
Resolution: Duplicate
> hbase-spark will not compile on Spark 2.0.0 due to private Logger
> -----------------------------------------------------------------
>
> Key: HBASE-16428
> URL: https://issues.apache.org/jira/browse/HBASE-16428
> Project: HBase
> Issue Type: Bug
> Components: spark
> Affects Versions: 2.0.0
> Environment: AWS EMR Spark 2.0.0
> Reporter: Euan de Kock
>
> Compiling a Spark application using Spark 2.0.0 will fail when the
> HBaseContext is referenced as this module references spark.Logging. In Spark
> 2.0.0 this was moved to a private location as it was never intended to be
> used outside of the Spark API.
> The actual error code is:
> {quote}
> [ERROR] error: missing or invalid dependency detected while loading class
> file 'HBaseContext.class'.
> [INFO] Could not access type Logging in package org.apache.spark,
> [INFO] because it (or its dependencies) are missing.
> {quote}
> See [https://issues.apache.org/jira/browse/SPARK-13928] for details on this
> change to Spark.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)