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 (#11).

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

[WIP] KUDU-3608 REST API

To simplify metadata access and management, we've implemented
a REST API directly in the Kudu master web server. This API,
under the /api path, is built with PathHandlers and is limited
to metadata operations. The following endpoints are introduced:

- GET /api/v1/tables - Lists all tables by name and id
- POST /api/v1/tables - Creates a new table
- GET /api/v1/tables/<table_id> - Returns table details
- PUT /api/v1/tables/<table_id> - Alters table metadata
- DELETE /api/v1/tables/<table_id> - Deletes a 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
M src/kudu/server/webserver.cc
M src/kudu/util/web_callback_registry.h
5 files changed, 380 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/23/21823/11
--
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: 11
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