Skip to content
Snippets Groups Projects
Commit ef3df912 authored by Marcelo Vanzin's avatar Marcelo Vanzin
Browse files

[SPARK-20421][CORE] Add a missing deprecation tag.

In the previous patch I deprecated StorageStatus, but not the
method in SparkContext that exposes that class publicly. So deprecate
the method too.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #17824 from vanzin/SPARK-20421.
parent 13f47dc5
No related branches found
No related tags found
No related merge requests found
......@@ -1734,6 +1734,7 @@ class SparkContext(config: SparkConf) extends Logging {
* Return information about blocks stored in all of the slaves
*/
@DeveloperApi
@deprecated("This method may change or be removed in a future release.", "2.2.0")
def getExecutorStorageStatus: Array[StorageStatus] = {
assertNotStopped()
env.blockManager.master.getStorageStatus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment