[ 
https://issues.apache.org/jira/browse/HBASE-8779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lars George updated HBASE-8779:
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.95.2
                   0.98.0
           Status: Resolved  (was: Patch Available)

Tests pass, looking good Hamed. Thanks for the patches!

Committed to all major branches.
                
> Add mutateRow method support to Thrift2
> ---------------------------------------
>
>                 Key: HBASE-8779
>                 URL: https://issues.apache.org/jira/browse/HBASE-8779
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Thrift
>            Reporter: duanhongyi
>            Assignee: Hamed Madani
>              Labels: thrift2
>             Fix For: 0.98.0, 0.95.2, 0.94.11
>
>         Attachments: 0.94.patch, HBASE-8779-v2-0.94.patch, HBASE-8779-v2.patch
>
>
> examples py:
> TPut put = TPut()
> m1 = TMutation(put=put)
> TDelete single_delete = TDelete()
> m2 = TMutation(singleDelete=single_delete)
> row_mu = TRowMutations(row,[m1,m2])
> thbase_service.mutateRow(table,row_mu)  # atomically on a single row

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