This is an automated email from the ASF dual-hosted git repository.

evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b05823  BIGTOP-3194. Fix Phoenix QueryServer PID file name (#503)
1b05823 is described below

commit 1b0582384c06952ff796ae8743c7ffcf4e8c0451
Author: JunyangLi <[email protected]>
AuthorDate: Sat Mar 23 03:14:08 2019 -0700

    BIGTOP-3194. Fix Phoenix QueryServer PID file name (#503)
---
 bigtop-packages/src/common/phoenix/phoenix-queryserver.svc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/common/phoenix/phoenix-queryserver.svc 
b/bigtop-packages/src/common/phoenix/phoenix-queryserver.svc
index 3fb013e..244c476 100644
--- a/bigtop-packages/src/common/phoenix/phoenix-queryserver.svc
+++ b/bigtop-packages/src/common/phoenix/phoenix-queryserver.svc
@@ -20,7 +20,7 @@ SVC_USER="phoenix"
 WORKING_DIR="/usr/lib/phoenix"
 DAEMON_FLAGS=""
 CONF_DIR=""
-PIDFILE="/var/run/phoenix/${DAEMON}.pid"
+PIDFILE="/var/run/phoenix/${SVC_USER}-${DAEMON}.pid"
 
 generate_start() {
 

Reply via email to