Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 674ED1896B for ; Thu, 18 Jun 2015 15:04:39 +0000 (UTC) Received: (qmail 59711 invoked by uid 500); 18 Jun 2015 15:04:37 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 59638 invoked by uid 500); 18 Jun 2015 15:04:37 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 59629 invoked by uid 99); 18 Jun 2015 15:04:37 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2015 15:04:37 +0000 Received: from [192.168.1.108] (c-50-174-128-22.hsd1.ca.comcast.net [50.174.128.22]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 75C651A0040 for ; Thu, 18 Jun 2015 15:04:36 +0000 (UTC) User-Agent: Microsoft-MacOutlook/14.5.1.150515 Date: Wed, 17 Jun 2015 23:47:12 -0700 Subject: Re: Hive - Tez error with big join - Container expired. From: Gopal Vijayaraghavan Sender: Gopal Vijayaraghavan To: "user@hive.apache.org" Message-ID: Thread-Topic: Hive - Tez error with big join - Container expired. References: <00f001d0a945$8a03d950$9e0b8bf0$@web-computing.de> In-Reply-To: <00f001d0a945$8a03d950$9e0b8bf0$@web-computing.de> Mime-version: 1.0 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable > I have a pretty big Hive Query. I=B9m joining over 3 Hive-Tables which >have thousands of lines each. I=B9m grouping this join by several columns. Hive-on-Tez shouldn=B9t have any issue even with billion of lines on a JOIN. > 0 failed, info=3D[Containercontainer_1434357133795_0008_01_000039 finished >while trying to launch. Diagnostics: [Container failed. Container expired >since it was unused]], TaskAttempt 1 failed, Looks like your node manager is actually not spinning up a container that was allocated (i.e allocation succeeded, but the task spin up failed). Which YARN scheduler are you running (fair/capacity?) and do you have any idea on what the logs on the NodeManager logs say about trying to spin up this container? If I=B9m not wrong, you need to also check if the YARN user has a ulimit set for the total number of processes on the NM nodes. =20 Cheers, Gopal