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

Eric Newton commented on ACCUMULO-482:
--------------------------------------

 # It's surprising that you are using the internal thrift types.  They also 
have the awkward names "TKeyValue" instead of "KeyValue".  I would go ahead and 
create separate thrift definitions.
 # I think it's important to maintain the mutation type for ingest.  TKeyValue 
doesn't have an overt way to represent delete, for example.
 # it might be an interesting exercise to port the Shell over the thrift API; 
it helped me find the corners of the API when I wrote MockAccumulo

                
> 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.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