[ 
https://issues.apache.org/jira/browse/SPARK-9307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Or updated SPARK-9307:
-----------------------------
    Issue Type: Sub-task  (was: Improvement)
        Parent: SPARK-11806

> Logging: Make it either stable or private[spark]
> ------------------------------------------------
>
>                 Key: SPARK-9307
>                 URL: https://issues.apache.org/jira/browse/SPARK-9307
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>    Affects Versions: 1.0.0
>            Reporter: Santiago M. Mola
>            Assignee: Sean Owen
>            Priority: Minor
>
> org.apache.spark.Logging is a public class that is quite easy to include from 
> any IDE, assuming it's safe to use because it's part of the public API.
> However, its Javadoc states:
> {code}
>   NOTE: DO NOT USE this class outside of Spark. It is intended as an internal 
> utility.
>   This will likely be changed or removed in future releases.
> {code}
> It would be safer to either make a commitment for the backwards-compatibility 
> of this class, or make it private[spark].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to