You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Khazar Mammadli (Code Review)" <ge...@cloudera.org> on 2021/11/17 16:00:07 UTC

[kudu-CR] [rest] add rest implementation

Hello Tidy Bot, Attila Bukor, Kudu Jenkins, Andrew Wong, 

I'd like you to reexamine a change. Please visit

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

to look at the new patch set (#43).

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, 766 insertions(+), 0 deletions(-)


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