Sean Mackrory created BIGTOP-1385:
-------------------------------------
Summary: HCatalog uses /var/lib for PID files
Key: BIGTOP-1385
URL: https://issues.apache.org/jira/browse/BIGTOP-1385
Project: Bigtop
Issue Type: Bug
Reporter: Sean Mackrory
Priority: Minor
The following lines from their respective files show that HCatalog Server
WebHCat both use /var/lib for PID files. "Standard Operating Procedure" is to
put them in /var/run.
{code}
bigtop-packages/src/common/hive/hive-hcatalog-server.default:export
HCAT_PID_DIR=/var/lib/hive-hcatalog
bigtop-packages/src/common/hive/hive-webhcat-server.svc:PIDFILE="/var/lib/hive-hcatalog/webhcat.pid"
bigtop-packages/src/common/hive/hive-webhcat-server.default:export
WEBHCAT_PID_DIR=/var/lib/hive-hcatalog
bigtop-packages/src/common/hive/hive-hcatalog-server.svc:PIDFILE="/var/lib/hive-hcatalog/hcat.pid"
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)