Ariel Shaqed (Scolnicov)
08/07/2022, 11:03 AMulimit -n
. Now my hive-metastore container fails to start; AFAICT the issue is
hive | MetaException(message:Required table missing : "`DBS`" in Catalog "" Schema "". DataNucleus requires this table to perform its persistence operations. Either your MetaData is incorrect, or you need to enable "datanucleus.schema.autoCreateTables")
(full logs are longer). It looks like Hive needs some startup script (or to set that value). Has anyone run into this?Jonathan Rosenberg
08/07/2022, 11:50 AMAriel Shaqed (Scolnicov)
08/07/2022, 1:12 PMdocker-compose build
? (But that may require additional work to recover to your current working state, of course. So tag at least the hive
image?)Ariel Shaqed (Scolnicov)
08/07/2022, 1:58 PMhive-server
container. I waited and ran
⯠docker-compose restart hive-server
and that succeeded, now I can run the dbt container.
I'll see if I can get hive-serve to retry some more.Ariel Shaqed (Scolnicov)
08/08/2022, 10:51 AMdocker-compose up -f
for 10-20s to give Hive a chance to load.