amazon web services - Cannot drop aws athena table across database -
i had created test database, named: test
, there table named: test_table
i executed command default
database: drop table if exists test.test_table
, got error message:
failed: execution error, return code 1 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?
just follow below steps , see whether can delete console:
- from amazon athena console, select catalog manager top bar
- select test database databases listed on left hand side.
- select test_table listed in tables section
- click on drop option shown above tables section
Comments
Post a Comment