hadoop hive --auxpath并没有把蜂巢放在底座上

时间:2014-06-12 19:33:57

标签: hadoop jar hive hbase

hive --auxpath ...。不知何故,它在一台hadoop客户端机器上运行,在另一台机器下运行失败。看起来失败的人没有拿起在auxpath中的罐子。什么可能导致问题?

命令:

hive --auxpath /etc/hbase/conf.dist/hbase-site.xml,/usr/lib/hbase/lib/hbase-protocol-0.96.1.2.0.6.1-101-hadoop2.jar,/usr/lib/hive/lib/hive-hbase-handler-0.12.0.2.0.6.1-101.jar,/usr/lib/hbase/lib/hbase-common-0.96.1.2.0.6.1-101-hadoop2.jar,/usr/lib/zookeeper/zookeeper-3.4.5.2.0.6.0-101.jar,/usr/lib/hbase/lib/hbase-client-0.96.1.2.0.6.1-101-hadoop2.jar,/usr/lib/hive/lib/guava-12.0.1.jar,/usr/lib/hbase/lib/hbase-server-0.96.1.2.0.6.1-101-hadoop2.jar -hiveconf hbase.zookeeper.quorum=xxx -hiveconf zookeeper.znode.parent=/hbase-unsecure -f hive_over_hbase.hive

输出:

14/06/13 17:28:47 INFO Configuration.deprecation: mapred.input.dir.recursive is deprecated. Instead, use mapreduce.input.fileinputformat.input.dir.recursive
14/06/13 17:28:47 INFO Configuration.deprecation: mapred.max.split.size is deprecated. Instead, use mapreduce.input.fileinputformat.split.maxsize
14/06/13 17:28:47 INFO Configuration.deprecation: mapred.min.split.size is deprecated. Instead, use mapreduce.input.fileinputformat.split.minsize
14/06/13 17:28:47 INFO Configuration.deprecation: mapred.min.split.size.per.rack is deprecated. Instead, use mapreduce.input.fileinputformat.split.minsize.per.rack
14/06/13 17:28:47 INFO Configuration.deprecation: mapred.min.split.size.per.node is deprecated. Instead, use mapreduce.input.fileinputformat.split.minsize.per.node
14/06/13 17:28:47 INFO Configuration.deprecation: mapred.reduce.tasks is deprecated. Instead, use mapreduce.job.reduces
14/06/13 17:28:47 INFO Configuration.deprecation: mapred.reduce.tasks.speculative.execution is deprecated. Instead, use mapreduce.reduce.speculative

Logging initialized using configuration in jar:file:/usr/lib/hive/lib/hive-common-0.12.0.2.0.6.1-101.jar!/hive-log4j.properties
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/lib/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/hive/lib/slf4j-log4j12-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]
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. org/apache/hadoop/hbase/HBaseConfiguration

0 个答案:

没有答案