Santiago M. Mola created SPARK-9307:
---------------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]