Skip to content

Commit 94c170b

Browse files
committed
MapR [SPARK-861] Error logs in spark-historyserver (apache#791)
1 parent 27db55f commit 94c170b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/SecurityManager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ private[spark] class SecurityManager(
130130
def genSSLCertsIfNeededAndPushToMapRFS(): Unit = {
131131
if (isSSLCertGenerationNeededForWebUI(getSSLOptions("ui"))) {
132132
val certGeneratorName = "manageSSLKeys.sh"
133-
val certGeneratorLog = s"${Utils.getCurrentUserName()}-spark-ui-mngssl.log"
133+
val certGeneratorLog = s"${Utils.getCurrentUserName()}-spark-ui-mngssl-log"
134134
val certGeneratorLogLocalLocation = s"$getSparkHome/logs/$certGeneratorLog"
135135
val certGeneratorLogMfsLocation = s"/apps/spark/$certGeneratorLog"
136136

0 commit comments

Comments
 (0)