[
https://issues.apache.org/jira/browse/HBASE-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724876#action_12724876
]
Andrew Purtell commented on HBASE-1400:
---------------------------------------
Alpha quality, with working test suite:
\\
{noformat}
Buildfile: build.xml
init:
compile-war:
compile-test:
test:
[delete] Deleting directory /home/apurtell/src/stargate.git/build/test/logs
[mkdir] Created dir: /home/apurtell/src/stargate.git/build/test/logs
[junit] Running org.apache.hadoop.hbase.stargate.Test00MiniCluster
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.193 sec
[junit] Running org.apache.hadoop.hbase.stargate.TestRowResource
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.594 sec
[junit] Running org.apache.hadoop.hbase.stargate.TestScannerResource
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 17.032 sec
[junit] Running org.apache.hadoop.hbase.stargate.TestSchemaResource
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 20.87 sec
[junit] Running org.apache.hadoop.hbase.stargate.TestStatusResource
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.039 sec
[junit] Running org.apache.hadoop.hbase.stargate.TestTableResource
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 23.736 sec
[junit] Running org.apache.hadoop.hbase.stargate.TestVersionResource
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.054 sec
[junit] Running org.apache.hadoop.hbase.stargate.model.TestCellModel
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
[junit] Running org.apache.hadoop.hbase.stargate.model.TestCellSetModel
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running org.apache.hadoop.hbase.stargate.model.TestColumnSchemaModel
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
[junit] Running org.apache.hadoop.hbase.stargate.model.TestRowModel
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.apache.hadoop.hbase.stargate.model.TestScannerModel
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running
org.apache.hadoop.hbase.stargate.model.TestStorageClusterStatusModel
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running
org.apache.hadoop.hbase.stargate.model.TestStorageClusterVersionModel
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
[junit] Running org.apache.hadoop.hbase.stargate.model.TestTableInfoModel
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.apache.hadoop.hbase.stargate.model.TestTableListModel
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.apache.hadoop.hbase.stargate.model.TestTableRegionModel
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit] Running org.apache.hadoop.hbase.stargate.model.TestTableSchemaModel
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.apache.hadoop.hbase.stargate.model.TestVersionModel
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Shutting down the Mini HDFS Cluster
[junit] Shutting down DataNode 1
[junit] Shutting down DataNode 0
BUILD SUCCESSFUL
Total time: 2 minutes 0 seconds
{noformat}
Could use more unit tests for corner cases. Working on those.
> 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.