[jira] [Updated] (HBASE-11225) Backport fix for HBASE-10417 'index is not incremented in PutSortReducer#reduce()'

2014-05-22 Thread Gustavo Anatoly (JIRA)

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

Gustavo Anatoly updated HBASE-11225:


Status: Patch Available  (was: Open)

 Backport fix for HBASE-10417 'index is not incremented in 
 PutSortReducer#reduce()'
 --

 Key: HBASE-11225
 URL: https://issues.apache.org/jira/browse/HBASE-11225
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
Assignee: Gustavo Anatoly
Priority: Minor
 Fix For: 0.94.20

 Attachments: HBASE-11225.patch


 The problem reported in HBASE-10417 exists in 0.94 code base.
 {code}
   for (KeyValue kv : map) {
 context.write(row, kv);
 if (index  0  index % 100 == 0)
   context.setStatus(Wrote  + index);
   }
 {code}
 This JIRA backports the fix to 0.94.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HBASE-11225) Backport fix for HBASE-10417 'index is not incremented in PutSortReducer#reduce()'

2014-05-22 Thread Gustavo Anatoly (JIRA)

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

Gustavo Anatoly updated HBASE-11225:


Attachment: HBASE-11225.patch

 Backport fix for HBASE-10417 'index is not incremented in 
 PutSortReducer#reduce()'
 --

 Key: HBASE-11225
 URL: https://issues.apache.org/jira/browse/HBASE-11225
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
Assignee: Gustavo Anatoly
Priority: Minor
 Fix For: 0.94.20

 Attachments: HBASE-11225.patch


 The problem reported in HBASE-10417 exists in 0.94 code base.
 {code}
   for (KeyValue kv : map) {
 context.write(row, kv);
 if (index  0  index % 100 == 0)
   context.setStatus(Wrote  + index);
   }
 {code}
 This JIRA backports the fix to 0.94.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HBASE-11225) Backport fix for HBASE-10417 'index is not incremented in PutSortReducer#reduce()'

2014-05-22 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl updated HBASE-11225:
--

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Committed to 0.94. Can add 0.96 if needed.

 Backport fix for HBASE-10417 'index is not incremented in 
 PutSortReducer#reduce()'
 --

 Key: HBASE-11225
 URL: https://issues.apache.org/jira/browse/HBASE-11225
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
Assignee: Gustavo Anatoly
Priority: Minor
 Fix For: 0.94.20

 Attachments: HBASE-11225.patch


 The problem reported in HBASE-10417 exists in 0.94 code base.
 {code}
   for (KeyValue kv : map) {
 context.write(row, kv);
 if (index  0  index % 100 == 0)
   context.setStatus(Wrote  + index);
   }
 {code}
 This JIRA backports the fix to 0.94.



--
This message was sent by Atlassian JIRA
(v6.2#6252)