Hello Marton Greber, Zoltan Chovan, Alexey Serbin, Kudu Jenkins,

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

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

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

Change subject: [WIP] KUDU-3608 REST API
......................................................................

[WIP] KUDU-3608 REST API

After careful consideration we opted for implementing a REST API
into the Kudu master web server.
The API only handles metadata and will be reachable under the
path /api.
It will be implemented using PathHandlers in the master server.
In this patch there will be the following endpoints:
- GET /api/v1/tables - lists all tables by name and id
- POST /api/v1/tables - creates new table
- GET /api/v1/tables/<table_id> - output is the table object
- PUT /api/v1/tables/<table_id> - alters table
- DELTE /api/v1/tables/<table_id> - deletes table

Change-Id: I67f964c4f950edfde31772cafd5c3ed5d6b87413
---
M src/kudu/master/master-test.cc
M src/kudu/master/master_path_handlers.cc
M src/kudu/master/master_path_handlers.h
3 files changed, 336 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/23/21823/10
--
To view, visit http://gerrit.cloudera.org:8080/21823
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I67f964c4f950edfde31772cafd5c3ed5d6b87413
Gerrit-Change-Number: 21823
Gerrit-PatchSet: 10
Gerrit-Owner: Gabriella Lotz <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Zoltan Chovan <[email protected]>

Reply via email to