Troubleshooting Hive Upgrade Issues
This section describes how to troubleshoot inconsistencies in an underlying database after creating tables with the datanucleus.schema.autoCreateAll property.
Prerequisites
The datanucleus.schema.autoCreateAll property creates tables gradually.
After creating tables using this property, if you upgrade to Hive 2.3 using schematool,
the schematool command will not be able to verify all the necessary tables
because all the necessary tables were not created by the datanucleus.schema.autoCreateAll property.
Procedure
Results
schematool command with the
-upgradeSchema option.