Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13402 )
Change subject: IMPALA-8524: part2: Avoid calling "hive" via command line in EE tests ...................................................................... IMPALA-8524: part2: Avoid calling "hive" via command line in EE tests "hive -e SQL..." without further parameters no longer works when USE_CDP_HIVE=true (it doesn't establish a connection). Some tests used this to load data. part2: there were some places that still called hive without a beeline connection. I had to break up views-compatibility.test for the different versions of Hive. Change-Id: Ia45b64cc1da78190e6f239a5f462308d7fa56f4b Reviewed-on: http://gerrit.cloudera.org:8080/13402 Reviewed-by: Zoltan Borok-Nagy <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- A testdata/workloads/functional-query/queries/QueryTest/views-compatibility-hive2-only.test A testdata/workloads/functional-query/queries/QueryTest/views-compatibility-hive3-only.test M testdata/workloads/functional-query/queries/QueryTest/views-compatibility.test M tests/metadata/test_views_compatibility.py M tests/query_test/test_scanners.py 5 files changed, 60 insertions(+), 31 deletions(-) Approvals: Zoltan Borok-Nagy: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/13402 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ia45b64cc1da78190e6f239a5f462308d7fa56f4b Gerrit-Change-Number: 13402 Gerrit-PatchSet: 8 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
