Member since
01-03-2019
5
Posts
0
Kudos Received
0
Solutions
06-23-2019
08:54 AM
@Mayank Bhatt @sundeep dande We had to contact Hortonworks support to fix it. As per them the metadata was corrupted. I don't have the steps to fix that. P.S.One of the reasons why the metadata was getting corrupted was someone had created many managed table pointing external hdfs location. Though the table in question was not one of those tables.
... View more
01-08-2019
06:51 AM
0: jdbc:hive2://zaplncb00009q39-hs.qa.hadoop.> drop table testDB.TestTable;
Error: Error while compiling statement: FAILED: SemanticException Unable to fetch table testDB.TestTable. null (state=42000,code=40000) While performing any query on this table, I'm getting this error. Not able to delete database as well.
... View more
Labels:
01-05-2019
10:30 AM
select row_number(),* from testDB.testTable; Error: Error while compiling statement: FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.HiveException: Only COMPLETE mode supported for row_number function (state=42000,code=40000)
... View more
Labels:
- Labels:
-
Apache Hive
01-05-2019
10:09 AM
@zszj999 where you able to solve this.We are facing the same issue.
... View more