mirror of
https://github.com/apache/impala.git
synced 2026-01-26 21:02:23 -05:00
The comments on https://issues.apache.org/jira/browse/LEGAL-64 seem to indicate that Artistic License might not be allowed in ASF projects. Bootstrap distributes it, and Bootstrap itself is MIT-licensed, but that doesn't mean ASF projects can distribute npm.js. Change-Id: I4bcbeeb6e8552894803315967b95f365227d7505 Reviewed-on: http://gerrit.cloudera.org:8080/4438 Reviewed-by: Jim Apple <jbapple@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:
Docker -- A docker image with Impala and Postgres installed and functional database
loaded into Postgres.
To get started, run ./controller.py and ./front_end.py. You should be able to view the
web page at http://localhost:5000. Results and logs are saved to /tmp/query_gen