Return-Path: X-Original-To: apmail-flink-user-archive@minotaur.apache.org Delivered-To: apmail-flink-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C63A210F83 for ; Fri, 17 Apr 2015 12:04:03 +0000 (UTC) Received: (qmail 29829 invoked by uid 500); 17 Apr 2015 12:04:00 -0000 Delivered-To: apmail-flink-user-archive@flink.apache.org Received: (qmail 29767 invoked by uid 500); 17 Apr 2015 12:04:00 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@flink.apache.org Delivered-To: mailing list user@flink.apache.org Received: (qmail 29757 invoked by uid 99); 17 Apr 2015 12:04:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 12:04:00 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.164.171.186 which is an MX secondary for user@flink.apache.org) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 12:03:53 +0000 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 61DB6453D0 for ; Fri, 17 Apr 2015 12:03:32 +0000 (UTC) Received: by widdi4 with SMTP id di4so19141729wid.0 for ; Fri, 17 Apr 2015 05:03:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=AKIegX88SdHKAtHUEJDtM9pgae6spTikDVd1G9EohHA=; b=aFErRfb0gaxc38SMGhefdV3S7icPF4UZs4n9/GHRDiAsw1/r8vamUoNrYCrrVNj2a2 aViwbZLyshoLX53XHtVViT27aYYwu+5phf+pXsY0UbHdHRXqfvkjEoogwv+kAb0U/uLn x0w7m50dKlVr0Am8rfu7etE+Klwuu2m7AEl6hjnd0KkDvhoVbfG5gEmZL4MYvWwP7Lx3 FxwEmmhkKHsJirZ3gxHyWbrpFtLE/iqfztecVHZok1Dv4IawiwPeRQo0p+zdyj/KLKbb +owXlIKLohE7ohKZPnyM+XIFZqR87GQFXZOT0DGuixoN+nZeDT5hL0JCqKNF50BsFr5L ixpQ== X-Gm-Message-State: ALoCoQmfEUPCYtW0bqVQY7By22SCIyPbxYh2ulq+sk0T4EkgTiOhA7MsQv/s31gAueI0SZVD9yOi X-Received: by 10.194.91.129 with SMTP id ce1mr5312329wjb.53.1429272211451; Fri, 17 Apr 2015 05:03:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.27.32.9 with HTTP; Fri, 17 Apr 2015 05:03:11 -0700 (PDT) X-Originating-IP: [213.203.177.29] From: Flavio Pompermaier Date: Fri, 17 Apr 2015 14:03:11 +0200 Message-ID: Subject: Hash join exceeded exception To: user Content-Type: multipart/alternative; boundary=047d7bfcec487388460513ea5ef7 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bfcec487388460513ea5ef7 Content-Type: text/plain; charset=UTF-8 Hi to all, I have this strange exception in my program, do you know what could be the cause of it? java.lang.RuntimeException: Hash join exceeded maximum number of recursions, without reducing partitions enough to be memory resident. Probably cause: Too many duplicate keys. at org.apache.flink.runtime.operators.hash.MutableHashTable.buildTableFromSpilledPartition(MutableHashTable.java:720) at org.apache.flink.runtime.operators.hash.MutableHashTable.prepareNextPartition(MutableHashTable.java:508) at org.apache.flink.runtime.operators.hash.MutableHashTable.nextRecord(MutableHashTable.java:541) at org.apache.flink.runtime.operators.hash.NonReusingBuildSecondHashMatchIterator.callWithNextKey(NonReusingBuildSecondHashMatchIterator.java:102) at org.apache.flink.runtime.operators.MatchDriver.run(MatchDriver.java:173) at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:494) at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:360) at org.apache.flink.runtime.execution.RuntimeEnvironment.run(RuntimeEnvironment.java:221) at java.lang.Thread.run(Thread.java:745) Best, Flavio --047d7bfcec487388460513ea5ef7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi to all,
I have this strange exception in= my program, do you know what could be the cause of it?

= java.lang.RuntimeException: Hash join exceeded maximum number of recursions= , without reducing partitions enough to be memory resident. Probably cause:= Too many duplicate keys.
at org.apache.flink.runtime.operators.hash.MutableHashTable.bui= ldTableFromSpilledPartition(MutableHashTable.java:720)
at org.apache.flink.runtime.operat= ors.hash.MutableHashTable.prepareNextPartition(MutableHashTable.java:508)
at org.apache.f= link.runtime.operators.hash.MutableHashTable.nextRecord(MutableHashTable.ja= va:541)
at org= .apache.flink.runtime.operators.hash.NonReusingBuildSecondHashMatchIterator= .callWithNextKey(NonReusingBuildSecondHashMatchIterator.java:102)
at org.apache.flink.run= time.operators.MatchDriver.run(MatchDriver.java:173)
at org.apache.flink.runtime.operato= rs.RegularPactTask.run(RegularPactTask.java:494)
at org.apache.flink.runtime.operators.Re= gularPactTask.invoke(RegularPactTask.java:360)
at org.apache.flink.runtime.execution.Runt= imeEnvironment.run(RuntimeEnvironment.java:221)
at java.lang.Thread.run(Thread.java:745)<= /div>

Best,
Flavio

--047d7bfcec487388460513ea5ef7--