Skip to content

Commit

Permalink
MapR [SPARK-575] Warning messages in spark workspace after the second…
Browse files Browse the repository at this point in the history
… attempt to login to job's UI (apache#533)
  • Loading branch information
ekrivokonmapr committed Sep 19, 2019
1 parent 7d596a8 commit 396963e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conf/log4j.properties.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 396963e

Please sign in to comment.