Hi, We’d like to test with Impala locally. So we can build integration tests against running (if mock) version of Impala What options do we have ?
The way we've found so far is: * So far the best option we've seen are docker container with Impala. We have found a few: * https://github.com/tomwhite/docker-impala * https://hub.docker.com/r/parrotstream/impala But they are not necessarily well updated and also are a bit heavier in term of resources than necessary Is there way to start embedded impala or something like https://github.com/sakserv/hadoop-mini-clusters that can be used for testing purposes Thanks, Antoni