Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Upgrade from hdp2.4 to 2.5 is failing as hive schema upgrade is failing to get version table

avatar
Contributor

Im upgrading hdp from 2.4 to 2.5 and hive metastore is failing to upgrade as schematool is failing to upgrade. I'm using poatgres as metastore. The schematool upgrade is throwing error that version table doesn't exist or is empty. But my version table has data.

1 ACCEPTED SOLUTION

avatar
Contributor

This was due to poatgres DB not accepting connection. Made changes to DB conf and its resolved.

View solution in original post

2 REPLIES 2

avatar

Can you please share the error log

avatar
Contributor

This was due to poatgres DB not accepting connection. Made changes to DB conf and its resolved.