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 27db55f commit 94c170bCopy full SHA for 94c170b
core/src/main/scala/org/apache/spark/SecurityManager.scala
@@ -130,7 +130,7 @@ private[spark] class SecurityManager(
130
def genSSLCertsIfNeededAndPushToMapRFS(): Unit = {
131
if (isSSLCertGenerationNeededForWebUI(getSSLOptions("ui"))) {
132
val certGeneratorName = "manageSSLKeys.sh"
133
- val certGeneratorLog = s"${Utils.getCurrentUserName()}-spark-ui-mngssl.log"
+ val certGeneratorLog = s"${Utils.getCurrentUserName()}-spark-ui-mngssl-log"
134
val certGeneratorLogLocalLocation = s"$getSparkHome/logs/$certGeneratorLog"
135
val certGeneratorLogMfsLocation = s"/apps/spark/$certGeneratorLog"
136
0 commit comments