We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c9d83 commit 4b3781fCopy full SHA for 4b3781f
core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala
@@ -303,8 +303,8 @@ object HistoryServer extends Logging {
303
}
304
305
if (config.getBoolean("spark.acls.enable", config.getBoolean("spark.ui.acls.enable", false))) {
306
- logInfo(s"Either spark.acls.enable or spark.ui.acls.enable is configured, clearing it and " +
307
- s"only using spark.history.ui.acl.enable")
+ logInfo("Either spark.acls.enable or spark.ui.acls.enable is configured, clearing it and " +
+ "only using spark.history.ui.acl.enable")
308
config.set("spark.acls.enable", "false")
309
config.set("spark.ui.acls.enable", "false")
310
0 commit comments