小编Tai*_*pan的帖子

Hive“显示表”因 MetaException 失败

Using Hive 2.3.7 on AWS EMR (5.33.1) I have created a database which shows correctly when calling show databases;. I then create a table which seems to work correctly (no exceptions). When I call describe <table>; It correctly returns the name and schema of the table. However when I run show tables; the following error is returned:

FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask.MetaException(message:Got exception: org.apache.hadoop.hive.metastore.api.MetaException 
Exception thrown when executing query : 
SELECT A0.TBL_NAME,A0.TBL_NAME AS NUCORDER0 FROM TBLS …
Run Code Online (Sandbox Code Playgroud)

hive amazon-emr

6
推荐指数
1
解决办法
939
查看次数

标签 统计

amazon-emr ×1

hive ×1