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 9471B200C3F for ; Wed, 8 Mar 2017 04:28:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9319E160B88; Wed, 8 Mar 2017 03:28:51 +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 DDBE3160B74 for ; Wed, 8 Mar 2017 04:28:50 +0100 (CET) Received: (qmail 65721 invoked by uid 500); 8 Mar 2017 03:28:47 -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 58798 invoked by uid 99); 8 Mar 2017 03:28:39 -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, 08 Mar 2017 03:28:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C9737DFF4E; Wed, 8 Mar 2017 03:28:39 +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 Date: Wed, 08 Mar 2017 03:29:16 -0000 Message-Id: <405f610e99cc48218ddd8cc7e63a9e72@git.apache.org> In-Reply-To: <2264ef4b9c714996a74d3b0bd48af81a@git.apache.org> References: <2264ef4b9c714996a74d3b0bd48af81a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [38/50] [abbrv] hive git commit: HIVE-16087: Remove multi append of log4j.configurationFile in hive script (Prasanth Jayachandran reviewed by Sergey Shelukhin) archived-at: Wed, 08 Mar 2017 03:28:51 -0000 HIVE-16087: Remove multi append of log4j.configurationFile in hive script (Prasanth Jayachandran 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/b123300e Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/b123300e Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/b123300e Branch: refs/heads/hive-14535 Commit: b123300e28bbd87b2ddddd0dbc6e87e5e324d131 Parents: b8944fe Author: Prasanth Jayachandran Authored: Tue Mar 7 00:07:57 2017 -0800 Committer: Prasanth Jayachandran Committed: Tue Mar 7 00:07:57 2017 -0800 ---------------------------------------------------------------------- bin/hive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/b123300e/bin/hive ---------------------------------------------------------------------- diff --git a/bin/hive b/bin/hive index e1ee206..d908dca 100755 --- a/bin/hive +++ b/bin/hive @@ -341,7 +341,7 @@ export HADOOP_CLIENT_OPTS="$HADOOP_CLIENT_OPTS -Dlog4j.configurationFile=hive-lo if [ -f "${HIVE_CONF_DIR}/parquet-logging.properties" ]; then export HADOOP_CLIENT_OPTS="$HADOOP_CLIENT_OPTS -Djava.util.logging.config.file=${HIVE_CONF_DIR}/parquet-logging.properties " else - export HADOOP_CLIENT_OPTS="$HADOOP_CLIENT_OPTS -Dlog4j.configurationFile=hive-log4j2.properties -Djava.util.logging.config.file=$bin/../conf/parquet-logging.properties " + export HADOOP_CLIENT_OPTS="$HADOOP_CLIENT_OPTS -Djava.util.logging.config.file=$bin/../conf/parquet-logging.properties " fi if [[ "$SERVICE" =~ ^(hiveserver2|beeline|cli)$ ]] ; then