[
https://issues.apache.org/jira/browse/BIGTOP-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011201#comment-14011201
]
Sean Mackrory commented on BIGTOP-1048:
---------------------------------------
Well I don't see a reason for this patch. ZooKeeper currently works because
we're setting ZOOPIDFILE to what the init scripts expect it to be. zkServer.sh
will set a default pid file location if you don't, but it does it in a location
we don't want the pid file to be, which is probably why we're overriding it. I
don't see a reason to make it more similar to the default location unless our
override isn't working completely. As far as I can tell, it is.
> ZooKeeper installation use "zookeeper-server.pid" as default while ZooKeeper
> expects zookeeper_server.pid
> ---------------------------------------------------------------------------------------------------------
>
> Key: BIGTOP-1048
> URL: https://issues.apache.org/jira/browse/BIGTOP-1048
> Project: Bigtop
> Issue Type: Bug
> Affects Versions: 0.5.0
> Reporter: Jeffrey Zhong
> Attachments: bigtop-1048.patch
>
>
> In ZooKeeper file ./bin/zkServer.sh, it uses 'zookeeper_server.pid' as
> default pid file name like the following:
> {code}
> ZOOPIDFILE="$ZOO_DATADIR/zookeeper_server.pid"
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)