Skip to content

Commit 897b587

Browse files
committed
feedback
1 parent b4ca224 commit 897b587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos/MesosClusterDispatcher.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ private[mesos] class MesosClusterDispatcher(
5252
extends Logging {
5353

5454
{
55+
// This doesn't support authentication because the RestSubmissionServer doesn't support it.
5556
val authKey = SecurityManager.SPARK_AUTH_SECRET_CONF
5657
require(conf.getOption(authKey).isEmpty,
5758
s"The MesosClusterDispatcher does not support authentication via ${authKey}. It is not " +

0 commit comments

Comments
 (0)