Hello Attila Bukor, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/17555
to look at the new patch set (#4).
Change subject: [rest] add rest implementation
......................................................................
[rest] add rest implementation
Add controller.h. Interactions with kudu client and the enpoint mapping is here.
A kudu client is created each time a request is made,to avoid crashes during
master server startup.
Add DTO, these are JSON schema's of oat++, reqired for sending/receiving
requests.
Add RestServer, which hold all the necessary components to start up a rest
server.
It requires to know the master addresses of the cluster,to send/receive
requests and bind address.
Running the server blocks the thread.
Change-Id: I2ca3121fd7e95a1267853be45cb5f5855298c763
---
A src/kudu/rest/CMakeLists.txt
A src/kudu/rest/controller.h
A src/kudu/rest/dto/alter_table_DTO.h
A src/kudu/rest/dto/column_DTO.h
A src/kudu/rest/dto/table_schema_DTO.h
A src/kudu/rest/rest_server.cc
A src/kudu/rest/rest_server.h
7 files changed, 516 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/55/17555/4
--
To view, visit http://gerrit.cloudera.org:8080/17555
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2ca3121fd7e95a1267853be45cb5f5855298c763
Gerrit-Change-Number: 17555
Gerrit-PatchSet: 4
Gerrit-Owner: Khazar Mammadli <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)