You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hive uses log4j2 logger, but log4j v1 jars are also included in its CLASSPATH.
This generates errors when configuring log4j for ranger plugin auditlogs
Log4j v1 jars are included by the following line in hive-env.sh.j2 template :
Hive uses log4j2 logger, but log4j v1 jars are also included in its CLASSPATH.
This generates errors when configuring log4j for ranger plugin auditlogs
Log4j v1 jars are included by the following line in
hive-env.sh.j2
template :*
in the CLASSPATH is considered bad practice.hive-env.sh.j2
ansible template should be fixed to remove wildcards from hiveCLASSPATH
and filter out log4j jars when includingtez
jarsThe text was updated successfully, but these errors were encountered: