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 44f8410 commit 3481718Copy full SHA for 3481718
core/src/main/scala/org/apache/spark/SecurityManager.scala
@@ -351,7 +351,6 @@ private[spark] class SecurityManager(sparkConf: SparkConf) extends Logging with
351
352
override def getSecretKey(appId: String): String = {
353
val myAppId = sparkConf.getAppId
354
- println("App id: " + appId + " / " + myAppId)
355
require(appId == myAppId, s"SASL appId $appId did not match my appId ${myAppId}")
356
getSecretKey()
357
}
0 commit comments