Skip to content

Commit

Permalink
Mark ExternalClusterManager as private[spark].
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Apr 17, 2016
1 parent af1f4da commit 8a87f7d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a87f7d

Please sign in to comment.