Skip to content
Snippets Groups Projects
Commit 8a87f7d5 authored by Reynold Xin's avatar Reynold Xin
Browse files

Mark ExternalClusterManager as private[spark].

parent af1f4da7
No related branches found
No related tags found
No related merge requests found
......@@ -18,14 +18,11 @@
package org.apache.spark.scheduler
import org.apache.spark.SparkContext
import org.apache.spark.annotation.DeveloperApi
/**
* :: DeveloperApi ::
* A cluster manager interface to plugin external scheduler.
*/
@DeveloperApi
trait ExternalClusterManager {
private[spark] trait ExternalClusterManager {
/**
* Check if this cluster manager instance can create scheduler components
......
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