[ 
https://issues.apache.org/jira/browse/HBASE-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724913#action_12724913
 ] 

stack commented on HBASE-1400:
------------------------------

I wonder if the package should be o.a.h.stargate rather than o.a.h.h.stargate?

I took quick look at code and it looks good -- could do with javadoc'ing but 
that can come later.

What I think we do need for release is stargate.pdf redone either as javadoc or 
xdoc that we can show up on site: e.g. 
http://hadoop.apache.org/hbase/docs/r0.19.3/metrics.html so folks can learn how 
to use this new stuff (Good thing about a javadoc package-level doc. or an xdoc 
is that the doc rides along with its version as opposed to something like wiki 
where only latest is available).

Looks great Andrew.

> Improve REST interface semantics and efficiency
> -----------------------------------------------
>
>                 Key: HBASE-1400
>                 URL: https://issues.apache.org/jira/browse/HBASE-1400
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: rest
>            Reporter: Andrew Purtell
>            Priority: Minor
>         Attachments: stargate-0.0.1.zip, stargate-testing.pdf, stargate.pdf
>
>
> Improve the semantics of the REST interface: more metadata operations, bulk 
> updates, protobufs (if Accept equals "application/x-protobuf" for GET or 
> Content-Type equals the same for PUT or POST) instead of multipart/related 
> (which is not supported now anyway) etc. for general efficiency and support 
> for queries or scanners that return multiple KeyValues. 
> I am working on a proposal.
> Co-development in Github:
>     http://github.com/apurtell/stargate/
>     http://github.com/macdiesel/stargate/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to