[ 
https://issues.apache.org/jira/browse/ACCUMULO-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500483#comment-13500483
 ] 

Jason Trost commented on ACCUMULO-482:
--------------------------------------

I would recommend adding 2 convenience methods (and possibly removing the 
existing writer_update method):

{code}
public void writer_update(String writer, List<PKeyValue> cells) throws 
TException {...}
public void writer_delete(String writer, List<PKey> deletedCells) throws 
TException {...}
{code}

While the API should be minimal, I would recommend also taking into account how 
often devs use the delete functionality.  In my experience, deleting cells is 
used far less than updating cells.
                
> Add a thrift proxy server
> -------------------------
>
>                 Key: ACCUMULO-482
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-482
>             Project: Accumulo
>          Issue Type: New Feature
>            Reporter: Sapan Shah
>            Assignee: Chris McCubbin
>         Attachments: accumulo482patch-A.diff, accumulo482patch.diff
>
>
> Add a thrift proxy server to make integration with other languages besides 
> Java a bit easier.  This should work like 
> http://wiki.apache.org/hadoop/Hbase/ThriftApi.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to