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 AB6D9200C46 for ; Wed, 29 Mar 2017 19:57:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A9D29160B8A; Wed, 29 Mar 2017 17:57:50 +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 F1178160B5D for ; Wed, 29 Mar 2017 19:57:49 +0200 (CEST) Received: (qmail 14448 invoked by uid 500); 29 Mar 2017 17:57:49 -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 14437 invoked by uid 99); 29 Mar 2017 17:57:49 -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, 29 Mar 2017 17:57:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 06219DFBCA; Wed, 29 Mar 2017 17:57:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sseth@apache.org To: commits@hive.apache.org Message-Id: <1f407e69aab247bb8c8b8d95f8071e12@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hive git commit: HIVE-16053. Remove newRatio from llap JAVA_OPTS_BASE. (Siddharth Seth, reviewed by Prasanth Jayachandran) Date: Wed, 29 Mar 2017 17:57:49 +0000 (UTC) archived-at: Wed, 29 Mar 2017 17:57:50 -0000 Repository: hive Updated Branches: refs/heads/master ea41d0a68 -> 19865cb07 HIVE-16053. Remove newRatio from llap JAVA_OPTS_BASE. (Siddharth Seth, 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/19865cb0 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/19865cb0 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/19865cb0 Branch: refs/heads/master Commit: 19865cb072950a77d65275d5db293b95f4e85014 Parents: ea41d0a Author: Siddharth Seth Authored: Wed Mar 29 10:57:23 2017 -0700 Committer: Siddharth Seth Committed: Wed Mar 29 10:57:23 2017 -0700 ---------------------------------------------------------------------- llap-server/bin/runLlapDaemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/19865cb0/llap-server/bin/runLlapDaemon.sh ---------------------------------------------------------------------- diff --git a/llap-server/bin/runLlapDaemon.sh b/llap-server/bin/runLlapDaemon.sh index 001e304..f4e9ddd 100755 --- a/llap-server/bin/runLlapDaemon.sh +++ b/llap-server/bin/runLlapDaemon.sh @@ -51,7 +51,7 @@ shift JAVA=$JAVA_HOME/bin/java LOG_LEVEL_DEFAULT="INFO" LOGGER_DEFAULT="console" -JAVA_OPTS_BASE="-server -Djava.net.preferIPv4Stack=true -XX:NewRatio=8 -XX:+UseNUMA -XX:+PrintGCDetails -verbose:gc -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=4 -XX:GCLogFileSize=100M -XX:+PrintGCDateStamps" +JAVA_OPTS_BASE="-server -Djava.net.preferIPv4Stack=true -XX:+UseNUMA -XX:+PrintGCDetails -verbose:gc -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=4 -XX:GCLogFileSize=100M -XX:+PrintGCDateStamps" if [ ! -d "${LLAP_DAEMON_HOME}" ]; then echo No LLAP_DAEMON_HOME set, or is not a directory.