Henry Robinson has submitted this change and it was merged.

Change subject: IMPALA-3736: Move Impala HTTP handlers to a separate class
......................................................................


IMPALA-3736: Move Impala HTTP handlers to a separate class

HTTP handler callbacks take a lot of header room, partly because they
usually have their JSON output documented literally. This patch moves
ImpalaServer's HTTP handlers out of ImpalaServer itself, into a friend
class.

Change-Id: I8453b3367653914163ca6acae48e7605f73cc675
Reviewed-on: http://gerrit.cloudera.org:8080/3370
Reviewed-by: Henry Robinson <[email protected]>
Tested-by: Henry Robinson <[email protected]>
---
M be/src/service/CMakeLists.txt
R be/src/service/impala-http-handler.cc
A be/src/service/impala-http-handler.h
M be/src/service/impala-server.cc
M be/src/service/impala-server.h
5 files changed, 269 insertions(+), 222 deletions(-)

Approvals:
  Henry Robinson: Looks good to me, approved; Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/3370
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8453b3367653914163ca6acae48e7605f73cc675
Gerrit-PatchSet: 3
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Henry Robinson <[email protected]>
Gerrit-Reviewer: Henry Robinson <[email protected]>
Gerrit-Reviewer: Matthew Jacobs <[email protected]>

Reply via email to