Updated Branches: refs/heads/master 86760f294 -> b871587a1
BIGTOP-902. Hive uses same file for log4j and standard output Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/b871587a Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b871587a Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b871587a Branch: refs/heads/master Commit: b871587a10969229ff5ef51edfd3a30859304ec6 Parents: 86760f2 Author: Roman Shaposhnik <[email protected]> Authored: Fri Apr 12 12:09:33 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Apr 12 12:09:33 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/hive/hive.sh | 2 +- bigtop-packages/src/common/hive/hive.sh.suse | 2 +- bigtop-packages/src/deb/hive/service-init.d.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/b871587a/bigtop-packages/src/common/hive/hive.sh ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hive/hive.sh b/bigtop-packages/src/common/hive/hive.sh index 6c14961..0a61453 100755 --- a/bigtop-packages/src/common/hive/hive.sh +++ b/bigtop-packages/src/common/hive/hive.sh @@ -56,7 +56,7 @@ SYS_FILE="/etc/default/${NAME}" EXE_FILE="/usr/lib/hive/bin/hive" PID_FILE="/var/run/hive/${NAME}.pid" LOCKFILE="/var/lock/subsys/${NAME}" -LOG_FILE="/var/log/hive/${NAME}.log" +LOG_FILE="/var/log/hive/${NAME}.out" HIVE_USER="hive" HIVE_HOME="`eval echo ~$HIVE_USER`" NICENESS="+0" http://git-wip-us.apache.org/repos/asf/bigtop/blob/b871587a/bigtop-packages/src/common/hive/hive.sh.suse ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hive/hive.sh.suse b/bigtop-packages/src/common/hive/hive.sh.suse index 8c202cb..e079481 100644 --- a/bigtop-packages/src/common/hive/hive.sh.suse +++ b/bigtop-packages/src/common/hive/hive.sh.suse @@ -45,7 +45,7 @@ SYS_FILE="/etc/default/${NAME}" EXE_FILE="/usr/lib/hive/bin/hive" PID_FILE="/var/run/hive/${NAME}.pid" LOCKFILE="/var/lock/subsys/${NAME}" -LOG_FILE="/var/log/hive/${NAME}.log" +LOG_FILE="/var/log/hive/${NAME}.out" HIVE_USER="hive" NICENESS="0" DESC="Hive daemon" http://git-wip-us.apache.org/repos/asf/bigtop/blob/b871587a/bigtop-packages/src/deb/hive/service-init.d.tpl ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/hive/service-init.d.tpl b/bigtop-packages/src/deb/hive/service-init.d.tpl index 6220c59..80f837e 100644 --- a/bigtop-packages/src/deb/hive/service-init.d.tpl +++ b/bigtop-packages/src/deb/hive/service-init.d.tpl @@ -63,7 +63,7 @@ SYS_FILE="/etc/default/${NAME}" EXE_FILE="/usr/lib/hive/bin/hive" PID_FILE="/var/run/hive/${NAME}.pid" LOCKFILE="/var/lock/subsys/${NAME}" -LOG_FILE="/var/log/hive/${NAME}.log" +LOG_FILE="/var/log/hive/${NAME}.out" HIVE_USER="hive" HIVE_HOME="`eval echo ~$HIVE_USER`" NICENESS="+0"
