We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f49d3 commit 2dcdfc1Copy full SHA for 2dcdfc1
core/src/main/scala/org/apache/spark/deploy/worker/WorkerShuffleService.scala
@@ -31,6 +31,7 @@ import org.apache.spark.network.shuffle.ExternalShuffleBlockHandler
31
*
32
* Optionally requires SASL authentication in order to read. See [[SecurityManager]].
33
*/
34
+private[worker]
35
class WorkerShuffleService(sparkConf: SparkConf, securityManager: SecurityManager) extends Logging {
36
37
private val enabled = sparkConf.getBoolean("spark.shuffle.service.enabled", false)
0 commit comments