Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2015 13:30:30 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400024 - head/devel/hive/files
Message-ID:  <201510231330.t9NDUUDq080444@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Fri Oct 23 13:30:29 2015
New Revision: 400024
URL: https://svnweb.freebsd.org/changeset/ports/400024

Log:
  Do not share the same log file with MetaStore daemon.

Modified:
  head/devel/hive/files/hiveserver2.in

Modified: head/devel/hive/files/hiveserver2.in
==============================================================================
--- head/devel/hive/files/hiveserver2.in	Fri Oct 23 13:12:35 2015	(r400023)
+++ head/devel/hive/files/hiveserver2.in	Fri Oct 23 13:30:29 2015	(r400024)
@@ -26,7 +26,7 @@ stop_cmd="hiveserver2_stop"
 command="%%PREFIX%%/hive/bin/hive"
 
 hiveserver2_start() {
-  su -m %%HIVE_USER%% -c "HADOOP_OPTS=\"-Dhive.log.dir=%%HIVE_LOGDIR%% -Dhive.log.file=metastore.log -Dhive.log.threshold=INFO\" $command --service $name > %%HIVE_LOGDIR%%/$name.out 2>&1 < /dev/null & "' echo $! '"> $pidfile"
+  su -m %%HIVE_USER%% -c "HADOOP_OPTS=\"-Dhive.log.dir=%%HIVE_LOGDIR%% -Dhive.log.file=hiveserver2.log -Dhive.log.threshold=INFO\" $command --service $name > %%HIVE_LOGDIR%%/$name.out 2>&1 < /dev/null & "' echo $! '"> $pidfile"
 }
 
 hiveserver2_stop() {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510231330.t9NDUUDq080444>