Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7DA831890F for ; Wed, 21 Oct 2015 16:52:17 +0000 (UTC) Received: (qmail 25696 invoked by uid 500); 21 Oct 2015 16:51:55 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 25643 invoked by uid 500); 21 Oct 2015 16:51:55 -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 25632 invoked by uid 99); 21 Oct 2015 16:51:55 -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; Wed, 21 Oct 2015 16:51:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2D905E0451; Wed, 21 Oct 2015 16:51:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sershe@apache.org To: commits@hive.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hive git commit: HIVE-11565 : LLAP: Some counters are incorrect (Siddharth Seth, reviewed by Sergey Shelukhin) Date: Wed, 21 Oct 2015 16:51:55 +0000 (UTC) Repository: hive Updated Branches: refs/heads/master 943a9a3d4 -> 7302e22b7 HIVE-11565 : LLAP: Some counters are incorrect (Siddharth Seth, reviewed by Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/7302e22b Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/7302e22b Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/7302e22b Branch: refs/heads/master Commit: 7302e22b74431874bc81fa9a9b2214d18c0bf2c0 Parents: 943a9a3 Author: Sergey Shelukhin Authored: Wed Oct 21 09:51:23 2015 -0700 Committer: Sergey Shelukhin Committed: Wed Oct 21 09:51:23 2015 -0700 ---------------------------------------------------------------------- .../apache/hadoop/hive/llap/daemon/impl/TaskRunnerCallable.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/7302e22b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskRunnerCallable.java ---------------------------------------------------------------------- diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskRunnerCallable.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskRunnerCallable.java index 157f9d3..5c95086 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskRunnerCallable.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskRunnerCallable.java @@ -217,7 +217,7 @@ public class TaskRunnerCallable extends CallableWithNdc { serviceConsumerMetadata, envMap, startedInputsMap, taskReporter, executor, objectRegistry, pid, - executionContext, memoryAvailable); + executionContext, memoryAvailable, false); } } if (taskRunner == null) { http://git-wip-us.apache.org/repos/asf/hive/blob/7302e22b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 04e517b..6a96391 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ 1.0.1 1.7.5 4.0.4 - 0.8.0-alpha + 0.8.1-alpha 2.2.0 1.4.0 2.10