[
https://issues.apache.org/jira/browse/HBASE-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Gray updated HBASE-1231:
---------------------------------
Fix Version/s: 0.20.0
0.19.1
> Today, going from a RowResult to a BatchUpdate reqiures some data processing
> even though they are pretty much the same thing.
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-1231
> URL: https://issues.apache.org/jira/browse/HBASE-1231
> Project: Hadoop HBase
> Issue Type: Improvement
> Reporter: Erik Holstad
> Assignee: Erik Holstad
> Priority: Trivial
> Fix For: 0.19.1, 0.20.0
>
>
> When updating some values in a row you need to fetch the row, get the data,
> change the data, get the key, get the row, create a new BatchUpdate
> and put all the keys and new values into it.
> The overall structure change that might be needed to solve this problem in
> the right way, should probably go into HBASE-880. This issue just
> includes a util method that does the conversion for you.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.