Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D2A32200BB4 for ; Tue, 1 Nov 2016 19:16:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CF91F160AF7; Tue, 1 Nov 2016 18:16:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4871C160ADA for ; Tue, 1 Nov 2016 19:16:33 +0100 (CET) Received: (qmail 97679 invoked by uid 500); 1 Nov 2016 18:16:32 -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 97669 invoked by uid 99); 1 Nov 2016 18:16:31 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 18:16:31 +0000 Received: from [192.168.43.218] (unknown [172.56.14.149]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id E31B21A018B for ; Tue, 1 Nov 2016 18:16:30 +0000 (UTC) User-Agent: Microsoft-MacOutlook/f.19.0.160817 Date: Tue, 01 Nov 2016 11:16:23 -0700 Subject: Re: Hive/Tez local mode running out of memory From: Gopal Vijayaraghavan Sender: Gopal Vijayaraghavan To: "user@hive.apache.org" Message-ID: Thread-Topic: Hive/Tez local mode running out of memory References: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit archived-at: Tue, 01 Nov 2016 18:16:34 -0000 > Thanx for the reply. We don't override the log level. According to the docs, looks like the default level is INFO. > Any other ideas? That at a first glance looks like a broken install. A good approach would be to use a Tez cluster install instead of messing with a local mode runner (that's used by the QE tests and defaults to DEBUG). If you are stuck on a Hadoop distro which does not have Tez & you need it, you can get it to work with something like the following https://gist.github.com/epiphani/dd37e87acfb2f8c4cbb0 If you are more adventurous and want to run LLAP on an unsupported platform, I maintain scripts which will configure and install it https://github.com/t3rmin4t0r/tez-autobuild/blob/llap/README.md Cheers, Gopal