[
https://issues.apache.org/jira/browse/HBASE-11235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars Hofhansl updated HBASE-11235:
----------------------------------
Resolution: Duplicate
Fix Version/s: (was: 0.94.20)
Status: Resolved (was: Patch Available)
Lets commit as part of HBASE-11212.
> Backport fix for HBASE-11212 - Fix increment index in KeyValueSortReducer
> -------------------------------------------------------------------------
>
> Key: HBASE-11235
> URL: https://issues.apache.org/jira/browse/HBASE-11235
> Project: HBase
> Issue Type: Bug
> Reporter: Gustavo Anatoly
> Assignee: Gustavo Anatoly
> Priority: Minor
> Attachments: HBASE-11235.patch
>
>
> Fix increment index reported on :
> [https://issues.apache.org/jira/browse/HBASE-11212]
> {code}
> int index = 0;
> for (KeyValue kv: map) {
> context.write(row, kv);
> if (index > 0 && index % 100 == 0) context.setStatus("Wrote " + index);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)