简体   繁体   English

失败:SemanticException org.apache.hadoop.hive.ql.metadata.HiveException

[英]FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.HiveException

when ever i try to create a database on Hive I am getting the below error 每当我尝试在Hive上创建数据库时,出现以下错误

hive> create database retail;
FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.HiveException: 
java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient

What could be the possible reason? 可能是什么原因?

我猜这可能是hive_user的问题。您可以在用户表上检查它以查看权限。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 失败:将数据插入到Hive分区表中时,SemanticException org.apache.hadoop.hive.ql.metadata.HiveException - FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.HiveException while inserting data into Hive partitioned table 尝试从表中选择时,Hive显示org.apache.hadoop.hive.ql.metadata.HiveException - Hive showing org.apache.hadoop.hive.ql.metadata.HiveException when trying to select from table 配置单元查询错误java.lang.RuntimeException:org.apache.hadoop.hive.ql.metadata.HiveException - Hive query error java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException When Spark call Hive from oozie, exception raised “java.lang.ClassNotFoundException: org.apache.hadoop.hive.ql.metadata.HiveException” - When Spark call Hive from oozie, exception raised “java.lang.ClassNotFoundException: org.apache.hadoop.hive.ql.metadata.HiveException” 运行HIVE命令引发错误:线程“ main”中的异常java.lang.RuntimeException:org.apache.hadoop.hive.ql.metadata.HiveException - Running HIVE command throwing error: Exception in thread “main” java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException 错误:java.lang.RuntimeException:org.apache.hadoop.hive.ql.metadata.HiveException:Hive运行时在处理可写时发生错误 - Error: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable 使用简单查询时,如何修复 Hive-Spark 中的“org.apache.hadoop.hive.ql.metadata.HiveException”? - How to fix 'org.apache.hadoop.hive.ql.metadata.HiveException' in Hive-Spark, when using simple query? java.lang.RuntimeException:org.apache.hadoop.hive.ql.metadata.HiveException:org.apache.hadoop.ipc.RemoteException:java.io.IOException: - java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: org.apache.hadoop.ipc.RemoteException: java.io.IOException: org.apache.hadoop.hive.ql.metadata.HiveException:处理行{“ xmldata”:“时,Hive运行时错误 <?xml version=\\”1.0\\“ encoding=\\”UTF-8\\“?> ”} - org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row {“xmldata”:“<?xml version=\”1.0\“ encoding=\”UTF-8\“?>”} 运行 hive 时出错:org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException hive 错误等等 - getting error whle running hive : org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException hive error and many more
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM