hive 踩坑

Posted cbugs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hive 踩坑相关的知识,希望对你有一定的参考价值。

1、 create tabl

metastore.MetaStoreDirectSql: Self-test query [select "DB_ID" from "DBS"] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS"".

 

2、hive --service metastore

Starting Hive Metastore Server
MetaException(message:Version information not found in metastore. )

 

3、schematool -dbType derby -initSchema

原因:
运行 schematool -dbType derby -initSchema

之前运行了hive 命令

方案:
   删除metastore.db

 

FUNCTION ‘NUCLEUS_ASCII‘ already exists. (state=X0Y68,code=30000)
org.apache.hadoop.hive.metastore.HiveMetaException: Schema initialization FAILED! Metastore state would be inconsistent !!
Underlying cause: java.io.IOException : Schema script failed, errorcode 2
Use --verbose for detailed stacktrace.

4、

The server time zone value ‘EDT‘ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
SQL Error code: 0

 







以上是关于hive 踩坑的主要内容,如果未能解决你的问题,请参考以下文章

HIVE踩坑——NULL和空字符串处理

大数据线上问题排查系列 - HIVE 踩坑记

IDEA下写hive的udf(踩坑教程)

大数据问题排查系列 - HIVE踩坑记

flink报错踩坑:org.apache.flink.table.catalog.hive.client.HiveShimV100.registerTemporaryFunction

Hive insert 字段表错位踩坑