[
https://issues.apache.org/jira/browse/SPARK-13928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16735862#comment-16735862
]
Wenchen Fan commented on SPARK-13928:
-------------------------------------
You need to check the HBase document and see which Spark versions it supports,
I can't help you here.
Regarding "copy", I mean copy-paste the code from
`org.apache.spark.internal.Logging` in the Spark project (check out the Spark
repo from Github to find it), to `org.apache.spark.Logging` in your project.
> 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]