Matthew Jacobs has submitted this change and it was merged. Change subject: IMPALA-4009: qgen: add docs, utility for installing Oracle as ref database ......................................................................
IMPALA-4009: qgen: add docs, utility for installing Oracle as ref database This patch adds documentation and a small utility for users wishing to run the random query generator against Oracle as a reference database. In particular, the patch * points users toward installing Oracle Database. * provides directions on incorporating a Python Oracle client (cx_Oracle) into our impala-python virtual environment. * provides a small utility that will verify installation and connectivity between client and server This documentation isn't meant to be a complete guide. Other patches will add documentation for actually loading random query generator test data into Oracle, for example. Change-Id: Ib3bf84b7afa8851c49a8d0f0a1ceded94f4de158 Reviewed-on: http://gerrit.cloudera.org:8080/4095 Reviewed-by: Thomas Tauber-Marshall <[email protected]> Reviewed-by: Matthew Jacobs <[email protected]> Tested-by: Matthew Jacobs <[email protected]> --- A tests/comparison/ORACLE.txt M tests/comparison/README A tests/comparison/util/verify-oracle-connection.py 3 files changed, 166 insertions(+), 1 deletion(-) Approvals: Matthew Jacobs: Looks good to me, approved; Verified Thomas Tauber-Marshall: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/4095 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib3bf84b7afa8851c49a8d0f0a1ceded94f4de158 Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Michael Brown <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
