svn commit: r400024 - head/devel/hive/files
Dmitry Sivachenko
demon at FreeBSD.org
Fri Oct 23 13:30:31 UTC 2015
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() {
More information about the svn-ports-head
mailing list