[
https://issues.apache.org/jira/browse/PHOENIX-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15083070#comment-15083070
]
YoungWoo Kim commented on PHOENIX-2445:
---------------------------------------
FYI, BIGTOP-1941 and BIGTOP-2164
An init script for 'phoenix-queryserver' on Bigtop is a generated file from
template. if you are running RPM-based OS, like RHEL, you can find the script
at /etc/init.d/phoenix-queryserver
{noformat}
$ ls -als output/phoenix/noarch/
합계 138748
4 drwxr-xr-x 2 ywkim ywkim 4096 12월 3 20:15 .
4 drwxrwxr-x 3 ywkim ywkim 4096 12월 3 20:15 ..
134732 -rw-rw-r-- 1 ywkim ywkim 137964216 12월 3 20:15
phoenix-4.6.0-1.fc21.noarch.rpm
3996 -rw-rw-r-- 1 ywkim ywkim 4089556 12월 3 20:15
phoenix-pherf-4.6.0-1.fc21.noarch.rpm
12 -rw-rw-r-- 1 ywkim ywkim 9212 12월 3 20:15
phoenix-queryserver-4.6.0-1.fc21.noarch.rpm
$ rpm -qpl output/phoenix/noarch/phoenix-queryserver-4.6.0-1.fc21.noarch.rpm
/etc/default/phoenix-queryserver
/etc/rc.d/init.d/phoenix-queryserver
/var/lib/phoenix
/var/log/phoenix
{noformat}
> Control script for Phoenix QueryServer
> --------------------------------------
>
> Key: PHOENIX-2445
> URL: https://issues.apache.org/jira/browse/PHOENIX-2445
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Carter Shanklin
> Attachments: phoenix-query-server, phoenix-query-server.2
>
>
> I didn't see a init / systemd compatible control script for Phoenix Query
> Server so I put one together based on the Kafka control script. The attached
> file has been tested with CentOS 6 with init (non kerberized cluster) and
> CentOS 7 with SystemD (kerberized cluster).
> Any interest in this?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)