Jason Fehr has uploaded a new patch set (#16). ( http://gerrit.cloudera.org:8080/20524 )
Change subject: IMPALA-12426: Adds the backend InternalServer class. ...................................................................... IMPALA-12426: Adds the backend InternalServer class. This class is intended for use by backend code within an Impala coordinator to submit queries to itself. It works by directly calling back end methods on the ImpalaServer instance. By directly calling these methods, user security is bypassed. Additionally, overhead associated with protocol management (Beeswax and HS2) is eliminated. This code is not yet in use. Testing consists of a new type of backend ctest tests. These tests join an existing, running Impala cluster in order to execute queries, inserts, dmls, and ddls using the new InternalServer class. Test cases ensure multiple sql statement can be run in the same session and also in separate sessions. Negative testing also ensures timeouts and invalid query options are handled correctly. Change-Id: I27686aa563fac87429657e4980b29b0da91eb9e1 --- M be/src/runtime/query-driver.h M be/src/service/CMakeLists.txt M be/src/service/impala-server.cc M be/src/service/impala-server.h A be/src/service/internal-server-test.cc A be/src/service/internal-server.cc A be/src/service/internal-server.h M be/src/util/test-info.h 8 files changed, 980 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/24/20524/16 -- To view, visit http://gerrit.cloudera.org:8080/20524 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I27686aa563fac87429657e4980b29b0da91eb9e1 Gerrit-Change-Number: 20524 Gerrit-PatchSet: 16 Gerrit-Owner: Jason Fehr <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
