Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E0ABC11759 for ; Thu, 22 May 2014 14:51:01 +0000 (UTC) Received: (qmail 64322 invoked by uid 500); 22 May 2014 14:51:01 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 64213 invoked by uid 500); 22 May 2014 14:51:01 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 64106 invoked by uid 99); 22 May 2014 14:51:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2014 14:51:01 +0000 Date: Thu, 22 May 2014 14:51:01 +0000 (UTC) From: "Gustavo Anatoly (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-11235) Backport fix for HBASE-11212 - Fix increment index in KeyValueSortReducer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gustavo Anatoly updated HBASE-11235: ------------------------------------ Status: Patch Available (was: Open) > 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 > Fix For: 0.94.20 > > 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)