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 8145F18819 for ; Thu, 9 Jul 2015 18:33:05 +0000 (UTC) Received: (qmail 26145 invoked by uid 500); 9 Jul 2015 18:33:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 26096 invoked by uid 500); 9 Jul 2015 18:33:05 -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 26083 invoked by uid 99); 9 Jul 2015 18:33:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2015 18:33:05 +0000 Date: Thu, 9 Jul 2015 18:33:05 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13897) OOM may occur when Import imports a row with too many KeyValues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13897?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D146= 21025#comment-14621025 ]=20 Ted Yu commented on HBASE-13897: -------------------------------- There was compilation error against Hadoop 1.1 : {code} [ERROR] /home/jenkins/jenkins-slave/workspace/HBase-0.98-on-Hadoop-1.1/hbas= e-server/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java:[147,1= 8] error: no suitable constructor found for WritableComparator() [ERROR] constructor WritableComparator.WritableComparator(Class,boolean) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] constructor WritableComparator.WritableComparator(Class) is not applicable [ERROR] (actual and formal argument lists differ in length) {code} > OOM may occur when Import imports a row with too many KeyValues > --------------------------------------------------------------- > > Key: HBASE-13897 > URL: https://issues.apache.org/jira/browse/HBASE-13897 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.13 > Reporter: Liu Junhong > Assignee: Liu Junhong > Fix For: 2.0.0, 0.98.14, 1.3.0 > > Attachments: 13897-v2.txt, HBASE-13897-0.98-20150710.patch, HBASE= -13897-0.98.patch, HBASE-13897-branch_1-20150709.patch, HBASE-13897-master-= 20150629.patch, HBASE-13897-master-20150630.patch, HBASE-13897-master-20150= 707.patch, HBASE-13897-master.patch > > > When importing a row with too many KeyValues (may have too many columns o= r versions)=EF=BC=8CKeyValueReducer will incur OOM. -- This message was sent by Atlassian JIRA (v6.3.4#6332)