You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Szehon Ho (JIRA)" <ji...@apache.org> on 2015/04/27 20:50:38 UTC

[jira] [Created] (HIVE-10502) Cannot specify log4j.properties in Beeline

Szehon Ho created HIVE-10502:
--------------------------------

             Summary: Cannot specify log4j.properties in Beeline
                 Key: HIVE-10502
                 URL: https://issues.apache.org/jira/browse/HIVE-10502
             Project: Hive
          Issue Type: Bug
          Components: Beeline
    Affects Versions: 1.1.0
            Reporter: Szehon Ho


In HiveCLI, HiveServer2, HMS, etc, the following is called early in the startup to initialize log4j logging: LogUtils.initHiveLog4j().

However, seems like this is not the case in Beeline, which also needs log4j like as follows:

{noformat}
  at org.apache.log4j.LogManager.<clinit>(LogManager.java:127)
  at org.slf4j.impl.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:66)
  at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:270)
  at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:156)
  at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
  at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:657)
  at org.apache.hadoop.util.VersionInfo.<clinit>(VersionInfo.java:37)
{noformat}

It would be good to specify it, so it doesn't pick the first one in the classpath.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)