[ https://issues.apache.org/jira/browse/SPARK-26043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16693748#comment-16693748
]
Apache Spark commented on SPARK-26043:
--------------------------------------
User 'srowen' has created a pull request for this issue:
https://github.com/apache/spark/pull/23097
> Make SparkHadoopUtil private to Spark
> -------------------------------------
>
> Key: SPARK-26043
> URL: https://issues.apache.org/jira/browse/SPARK-26043
> Project: Spark
> Issue Type: Improvement
> Components: Spark Core
> Affects Versions: 3.0.0
> Reporter: Marcelo Vanzin
> Assignee: Sean Owen
> Priority: Minor
> Labels: release-notes
> Fix For: 3.0.0
>
>
> This API contains a few small helper methods used internally by Spark, mostly related
to Hadoop configs and kerberos.
> It's been historically marked as "DeveloperApi". But in reality it's not very useful
for others, and changes a lot to be considered a stable API. Better to just make it private
to Spark.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|