Hello Tidy Bot, 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 (#41).

Change subject: [rest] add rest implementation
......................................................................

[rest] add rest implementation

Using oat++ framework and kudu client a controller has been generated to map the
requests to respective endpoints. To avoid potential issues due to rest server
receiving requests before master servers are up, a client is generated at each
to serve each individual request. Data transfer objects of the oat++ framework
have been introduced to correctly display the required JSON Schemas in the
swagger component and to parse the incoming/outgoing data in correct JSON
format. Running the server will block the calling thread.

Change-Id: I2ca3121fd7e95a1267853be45cb5f5855298c763
---
M CMakeLists.txt
A src/kudu/rest/CMakeLists.txt
A src/kudu/rest/controller.cc
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/status_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
10 files changed, 782 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/55/17555/41
--
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: 41
Gerrit-Owner: Khazar Mammadli <mammadli.kha...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <abu...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)

Reply via email to