2016-12-28 4 views
0

SQLスクリプトを実行したとき。私は、傾きデータの問題を得たので、私は名前hive.files.umask.valueのHiveConfが存在しません

set hive.groupby.shewindata=true;
my hql scripy here ...

ハイブのバージョン以下のようにそれを最適化するためにhive.groupby.shewindataパラメータを設定しようとしました:V2.0.0

Hadoopのバージョン:V2.4.0

試してみたところ、次のエラーが発生しました:

SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/www/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/www/spark-sql-hzsearch/lib/spark-assembly-1.5.1-hadoop2.6.0.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] SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/www/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/www/spark-sql-hzsearch/lib/spark-assembly-1.5.1-hadoop2.6.0.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] 2016-12-28 21:07:10,902 WARN [main] conf.HiveConf (HiveConf.java:initialize(2753)) - HiveConf of name hive.files.umask.value does not exist

Logging initialized using configuration in jar:file:/home/www/hive/lib/hive-common-1.2.0.jar!/hive-log4j.properties OK Time taken: 0.502 seconds Query returned non-zero code: 1, cause: hive configuration hive.groupby.shewindata does not exists.

なぜこのエラーが出たのか?

答えて

関連する問題