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:

  1. from amazon athena console, select catalog manager top bar
  2. select test database databases listed on left hand side.
  3. select test_table listed in tables section
  4. click on drop option shown above tables section

Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -