[ https://issues.apache.org/jira/browse/HIVE-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15180125#comment-15180125 ]
raja commented on HIVE-6162: ---------------------------- Hello All, I am installing Hive 2.0.0 with Hadoop 2.7.2 in ubuntu 15.10, I am getting an error while i start Hive through CLI. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/local/hive/lib/hive-jdbc-2.0.0-standalone.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/local/hive/lib/log4j-slf4j-impl-2.4.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] Logging initialized using configuration in jar:file:/usr/local/hive/lib/hive-common-2.0.0.jar!/hive-log4j2.properties Exception in thread "main" java.lang.RuntimeException: Hive metastore database is not initialized. Please use schematool (e.g. ./schematool -initSchema -dbType ...) to create the schema. If needed, don't forget to include the option to auto-create the underlying database in your JDBC connection string (e.g. ?createDatabaseIfNotExist=true for mysql) I tried to apply this patch but failed to understand , Please help me. > "multiple SLF4J bindings" warning messages when running hive CLI on Hadoop 2.0 > ------------------------------------------------------------------------------ > > Key: HIVE-6162 > URL: https://issues.apache.org/jira/browse/HIVE-6162 > Project: Hive > Issue Type: Bug > Components: CLI > Affects Versions: 0.12.0 > Reporter: shanyu zhao > Assignee: shanyu zhao > Fix For: 0.13.0 > > Attachments: HIVE-6162.patch > > > On Hadoop 2.0, when running hive command line, we saw warnings like this: > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in > [jar:file:/C:/myhdp/hadoop-2.1.2.2.0.6.0-0000/share/hado > op/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/C:/myhdp/hive-0.12.0.2.0.6.0-0000/lib/slf4j-l > og4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > explanation. > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] -- This message was sent by Atlassian JIRA (v6.3.4#6332)