You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/08/17 03:33:20 UTC

[jira] [Commented] (HBASE-16428) hbase-spark will not compile on Spark 2.0.0 due to private Logger

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

Ted Yu commented on HBASE-16428:
--------------------------------

Dupe of HBASE-16179

There're other compilation errors.

> 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)