You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Santiago M. Mola (JIRA)" <ji...@apache.org> on 2015/07/24 09:23:05 UTC

[jira] [Updated] (SPARK-9307) Logging: Make it either stable or private[spark]

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

Santiago M. Mola updated SPARK-9307:
------------------------------------
    Description: 
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].

  was:
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].


> Logging: Make it either stable or private[spark]
> ------------------------------------------------
>
>                 Key: SPARK-9307
>                 URL: https://issues.apache.org/jira/browse/SPARK-9307
>             Project: Spark
>          Issue Type: Improvement
>            Reporter: Santiago M. Mola
>            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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org