amazon-ion / ion-hive-serde

A Apache Hive SerDe (short for serializer/deserializer) for the Ion file format.
Apache License 2.0
28 stars 12 forks source link

Stop using docker containers for integration tests #109

Open popematt opened 10 months ago

popematt commented 10 months ago

Launching the docker container is slow. It's so much effort to run the integration tests that people will not want to run them. See if it's possible to use a local/embedded hive server instead of running a docker container.

opensearch-hadoop might be a possible source of inspiration.