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 cd1d411 commit 00b6b6bCopy full SHA for 00b6b6b
core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala
@@ -189,8 +189,8 @@ object HistoryServer extends Logging {
189
190
def main(argStrings: Array[String]) {
191
SignalLogger.register(log)
192
- initSecurity()
193
new HistoryServerArguments(conf, argStrings)
+ initSecurity()
194
val securityManager = new SecurityManager(conf)
195
196
val providerName = conf.getOption("spark.history.provider")
0 commit comments