Henry Robinson has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3370

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

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
---
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, 266 insertions(+), 222 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/70/3370/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3370
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8453b3367653914163ca6acae48e7605f73cc675
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Henry Robinson <[email protected]>

Reply via email to