[
https://issues.apache.org/jira/browse/SPARK-13928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16735665#comment-16735665
]
Wenchen Fan commented on SPARK-13928:
-------------------------------------
what version of HBase connector you are using? If it's an old version that
doesn't support Spark 2.x, I'm afraid you need to downgrade to Spark 1.x, or
use the workaround mentioned in the JIRA description: copy the `Logging` class
to `org.apache.spark.Logging` in your application codebase.
> Move org.apache.spark.Logging into org.apache.spark.internal.Logging
> --------------------------------------------------------------------
>
> Key: SPARK-13928
> URL: https://issues.apache.org/jira/browse/SPARK-13928
> Project: Spark
> Issue Type: Improvement
> Components: Spark Core
> Reporter: Reynold Xin
> Assignee: Wenchen Fan
> Priority: Major
> Fix For: 2.0.0
>
>
> Logging was made private in Spark 2.0. If we move it, then users would be
> able to create a Logging trait themselves to avoid changing their own code.
> Alternatively, we can also provide in a compatibility package that adds
> logging.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]