mirror of
https://github.com/apache/impala.git
synced 2026-01-17 12:00:29 -05:00
Python tests and infra scripts will now use "python" from the virtualenv via $IMPALA_HOME/bin/impala-python. Some scripts could be simplified now that python 2.6 and a dependable set of third-party libraries are available but that is not done as part of this commit. Change-Id: If1cf96898d6350e78ea107b9026b12ba63a4162f Reviewed-on: http://gerrit.cloudera.org:8080/603 Reviewed-by: Taras Bobrovytsky <tbobrovytsky@cloudera.com> Tested-by: Internal Jenkins
This package runs the query generator continuously. Compares Impala and Postgres results
for a randomly generated query and produces several reports per day. Reports are
displayed on a web page which allows the user to conveniently examine the discovered
issues. The user can also start a custom run against a private Impala branch using the
web interface.
Requirements:
1) Docker -- A docker image with Impala and Postgres installed and functional database
loaded into Postgres.
2) Fabric
sudo pip install fabric
3) Flask
sudo pip install Flask
To get started, run ./controller.py and ./front_end.py. Results and logs are saved to
/tmp/query_gen