AMBARI-22608. Update HBASE 2.0.0.3.0 with proper pid file name for Phoenix 
Query Server. (Sergey Soldatov via sshridhar).


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fcc92aae
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fcc92aae
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fcc92aae

Branch: refs/heads/branch-3.0-perf
Commit: fcc92aaeea346ebef13a70ed0cfaa686785c6a0d
Parents: 466379c
Author: Swapan Shridhar <sshrid...@hortonworks.com>
Authored: Wed Dec 6 17:54:40 2017 -0800
Committer: Swapan Shridhar <sshrid...@hortonworks.com>
Committed: Wed Dec 6 17:54:40 2017 -0800

----------------------------------------------------------------------
 .../HBASE/2.0.0.3.0/package/scripts/status_params.py               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fcc92aae/ambari-server/src/main/resources/common-services/HBASE/2.0.0.3.0/package/scripts/status_params.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/HBASE/2.0.0.3.0/package/scripts/status_params.py
 
b/ambari-server/src/main/resources/common-services/HBASE/2.0.0.3.0/package/scripts/status_params.py
index bc75c78..90669c5 100644
--- 
a/ambari-server/src/main/resources/common-services/HBASE/2.0.0.3.0/package/scripts/status_params.py
+++ 
b/ambari-server/src/main/resources/common-services/HBASE/2.0.0.3.0/package/scripts/status_params.py
@@ -48,7 +48,7 @@ else:
 
   hbase_master_pid_file = format("{pid_dir}/hbase-{hbase_user}-master.pid")
   regionserver_pid_file = 
format("{pid_dir}/hbase-{hbase_user}-regionserver.pid")
-  phoenix_pid_file = format("{pid_dir}/phoenix-{hbase_user}-server.pid")
+  phoenix_pid_file = format("{pid_dir}/phoenix-{hbase_user}-queryserver.pid")
 
   # Security related/required params
   hostname = config['hostname']

Reply via email to