Details
Description
Impala stores the master addresses for Kudu tables in the tables metadata. If the master addresses are wrong and there isn't a reachable master at them (eg. because the previous master failed) no operations can be performed on the table through Impala. This problem is tracked by IMPALA-5399
The main workaround we recommend is to directly modify the underlying HMS database to change the master addresses, but this can be confusing/scary for users.
We could improve the usability here by at least allowing such tables to be dropped. Users could then fix the situation entirely through Impala by dropping the affected tables and recreating them as external tables.
Attachments
Issue Links
- relates to
-
IMPALA-5399 Kudu tables created with wrong master address(es) are bricked
- Open
-
IMPALA-8459 Cannot delete impala/kudu table if backing kudu table dropped with local catalog
- Resolved