mirror of
https://github.com/apache/impala.git
synced 2026-01-25 18:01:04 -05:00
Allows running the query generator continuously. Produces several reports per day. Reports are presented as a web page which allows the user to conveniently examine the issues in the report. The user can also start a custom run against a private Impala branch using the web interface. Change-Id: If2bfca34904f78f40e15a9c84b1be42fca014b9d Reviewed-on: http://gerrit.cloudera.org:8080/309 Reviewed-by: Taras Bobrovytsky <tbobrovytsky@cloudera.com> Tested-by: Taras Bobrovytsky <tbobrovytsky@cloudera.com>
22 lines
672 B
Plaintext
22 lines
672 B
Plaintext
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
|