From 396963ebe4169f229e13a9c099d6c333d20ed787 Mon Sep 17 00:00:00 2001 From: Egor Krivokon Date: Wed, 3 Jul 2019 13:45:13 +0300 Subject: [PATCH] MapR [SPARK-575] Warning messages in spark workspace after the second attempt to login to job's UI (#533) --- conf/log4j.properties.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/log4j.properties.template b/conf/log4j.properties.template index 52ed99fc71611..95c67a7716fde 100644 --- a/conf/log4j.properties.template +++ b/conf/log4j.properties.template @@ -42,4 +42,7 @@ log4j.logger.org.apache.hadoop.hive.conf.HiveConf=ERROR # SPARK-327: Settings to suppress the unnecessary warning message from MultiMechsAuthenticationHandler log4j.logger.org.apache.hadoop.security.authentication.server.MultiMechsAuthenticationHandler=ERROR -log4j.logger.org.apache.hadoop.security.authentication.server.KerberosAuthHandler=ERROR \ No newline at end of file +log4j.logger.org.apache.hadoop.security.authentication.server.KerberosAuthHandler=ERROR + +#SPARK-575: Settings to suppress the unnecessary warning message from AuthenticationFilter +log4j.logger.org.apache.hadoop.security.authentication.server.AuthenticationFilter=ERROR