hadoop—当我ssh到沙盒中,并在shell中简单地键入hive时,我在stderr中得到这个输出

hs1ihplo  于 2021-06-02  发布在  Hadoop
关注(0)|答案(1)|浏览(331)

当我ssh到沙盒中,并在shell中简单地键入hive时,我在stderr中得到以下输出:

Logging initialized using configuration in file:/etc/hive/conf/hive-log4j.properties
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]
ygya80vv

ygya80vv1#

这不是错误。你完全可以忽略它
如果你看到 hive> 然后成功了。
不过,如果您使用的是最新版本的沙盒,我认为您应该使用 beeline 相反

相关问题