entralliance / entr_runtime

ENTR Alliance is an owner-operator led initiative to create open data stack within the clean energy sector. ENTR is a distribution of existing open-source tools, frameworks, and standards, packaged together to accelerate the transition to clean energy. Join us!
http://www.entralliance.com
MIT License
6 stars 3 forks source link

Remove ThriftServer2 from startup script #38

Closed jordanperr closed 2 years ago

jordanperr commented 2 years ago

This pull request removes ThriftServer2 from the container startup script. This fixes our issue of simultaneous connections to the Derby database which was preventing Pyspark from loading the Hive metastore.

If you want to use ThriftServer (ie, with DBT or with Beeline), You can start it manually before launching your application: start_hive2.sh

One side benefit is that the container now boots more quickly.