Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.1 21437b151 -> 3634aac10
  refs/heads/4.x-HBase-1.2 c9a695a38 -> bfec658d0
  refs/heads/4.x-cdh5.11.2 a99dc69ce -> 1334b26b8
  refs/heads/5.x-HBase-2.0 9855dc931 -> b973717fe
  refs/heads/master 25359a95f -> ee728a4d1


PHOENIX-4439 QueryServer pid file name doesn't comply the usual schema we are 
using in hadoop ecosystem


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

Branch: refs/heads/5.x-HBase-2.0
Commit: b973717fe69fcc0976e46ce4bcab1dee42b22946
Parents: 9855dc9
Author: Sergey Soldatov <s...@apache.org>
Authored: Wed Dec 6 11:23:48 2017 -0800
Committer: Sergey Soldatov <s...@apache.org>
Committed: Wed Dec 6 14:01:56 2017 -0800

----------------------------------------------------------------------
 bin/queryserver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b973717f/bin/queryserver.py
----------------------------------------------------------------------
diff --git a/bin/queryserver.py b/bin/queryserver.py
index fefe0a5..711bcc4 100755
--- a/bin/queryserver.py
+++ b/bin/queryserver.py
@@ -76,7 +76,7 @@ hadoop_config_path = phoenix_utils.hadoop_conf
 hadoop_classpath = phoenix_utils.hadoop_classpath
 
 # TODO: add windows support
-phoenix_file_basename = '%s-queryserver' % getpass.getuser()
+phoenix_file_basename = 'phoenix-%s-queryserver' % getpass.getuser()
 phoenix_log_file = '%s.log' % phoenix_file_basename
 phoenix_out_file = '%s.out' % phoenix_file_basename
 phoenix_pid_file = '%s.pid' % phoenix_file_basename

Reply via email to