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 b4ca224 commit 897b587Copy full SHA for 897b587
resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos/MesosClusterDispatcher.scala
@@ -52,6 +52,7 @@ private[mesos] class MesosClusterDispatcher(
52
extends Logging {
53
54
{
55
+ // This doesn't support authentication because the RestSubmissionServer doesn't support it.
56
val authKey = SecurityManager.SPARK_AUTH_SECRET_CONF
57
require(conf.getOption(authKey).isEmpty,
58
s"The MesosClusterDispatcher does not support authentication via ${authKey}. It is not " +
0 commit comments