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 BA1D5200D53 for ; Tue, 5 Dec 2017 07:57:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B8AFC160C1B; Tue, 5 Dec 2017 06:57:32 +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 0B005160C0A for ; Tue, 5 Dec 2017 07:57:31 +0100 (CET) Received: (qmail 42710 invoked by uid 500); 5 Dec 2017 06:57:30 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 42699 invoked by uid 99); 5 Dec 2017 06:57:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2017 06:57:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AD6D3F17DB; Tue, 5 Dec 2017 06:57:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gopalv@apache.org To: commits@hive.apache.org Message-Id: <9682a94af4cc45969d73d3b08eeefe9f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hive git commit: HIVE-18213: Tests: YARN Minicluster times out if the disks are >90% full (Gopal V, reviewed by Prasanth Jayachandran) Date: Tue, 5 Dec 2017 06:57:29 +0000 (UTC) archived-at: Tue, 05 Dec 2017 06:57:32 -0000 Repository: hive Updated Branches: refs/heads/master 2a89e83c2 -> d041cc441 HIVE-18213: Tests: YARN Minicluster times out if the disks are >90% full (Gopal V, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d041cc44 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/d041cc44 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/d041cc44 Branch: refs/heads/master Commit: d041cc441e614e2e9a12645d9775803c6359bfad Parents: 2a89e83 Author: Gopal V Authored: Mon Dec 4 22:57:09 2017 -0800 Committer: Gopal V Committed: Mon Dec 4 22:57:09 2017 -0800 ---------------------------------------------------------------------- data/conf/hive-site.xml | 6 ++++++ data/conf/llap/hive-site.xml | 5 +++++ data/conf/spark/yarn-client/hive-site.xml | 5 +++++ data/conf/tez/hive-site.xml | 5 +++++ 4 files changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/d041cc44/data/conf/hive-site.xml ---------------------------------------------------------------------- diff --git a/data/conf/hive-site.xml b/data/conf/hive-site.xml index a205b8c..6908bb1 100644 --- a/data/conf/hive-site.xml +++ b/data/conf/hive-site.xml @@ -319,4 +319,10 @@ true + + + yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage + 99 + + http://git-wip-us.apache.org/repos/asf/hive/blob/d041cc44/data/conf/llap/hive-site.xml ---------------------------------------------------------------------- diff --git a/data/conf/llap/hive-site.xml b/data/conf/llap/hive-site.xml index 8cd5144..cdda875 100644 --- a/data/conf/llap/hive-site.xml +++ b/data/conf/llap/hive-site.xml @@ -343,4 +343,9 @@ true + + yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage + 99 + + http://git-wip-us.apache.org/repos/asf/hive/blob/d041cc44/data/conf/spark/yarn-client/hive-site.xml ---------------------------------------------------------------------- diff --git a/data/conf/spark/yarn-client/hive-site.xml b/data/conf/spark/yarn-client/hive-site.xml index bebca88..64b56a5 100644 --- a/data/conf/spark/yarn-client/hive-site.xml +++ b/data/conf/spark/yarn-client/hive-site.xml @@ -295,4 +295,9 @@ 30000ms + + yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage + 99 + + http://git-wip-us.apache.org/repos/asf/hive/blob/d041cc44/data/conf/tez/hive-site.xml ---------------------------------------------------------------------- diff --git a/data/conf/tez/hive-site.xml b/data/conf/tez/hive-site.xml index f1dabf5..4519678 100644 --- a/data/conf/tez/hive-site.xml +++ b/data/conf/tez/hive-site.xml @@ -288,4 +288,9 @@ true + + yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage + 99 + +