Hi, I am trying to connect to Hive via Hiveserver2 using beeline.
!connect jdbc:hive2://server1:10001/default;principal=hive/[email protected];hive.server2.proxy.user=hadooptest;hive.server2.transport.mode=http;httpPath=cliservice But, it is failing with below error SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/hdp/2.2.4.2-2/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/hdp/2.2.4.2-2/hive/lib/hive-jdbc-0.14.0.2.2.4.2-2-standalone.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] Java heap space I am using Hive-0.14.0 and Hadoop-2.6.0 Cluster is Kerberized. Can some please help me out with this. Thanks, Venkat
