Reputation: 88
I had created my test database, named: test
, there was a table named: test_table
I executed the command from default
database:
DROP TABLE IF EXISTS test.test_table
and got the error message:
FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask.
NoSuchObjectException(message:Table test_table not found. (Service: AmazonDataCatalog; Status Code: 400; Error Code: EntityNotFoundException; Request ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx))
any suggestion?
Upvotes: 1
Views: 1603
Reputation: 5406
Just follow the below steps and see whether you can delete it from the console:
Upvotes: 1