yongjie zhao created KYLIN-4164:
-----------------------------------
Summary: start Kylin infinite loop with Supervisord process
manager
Key: KYLIN-4164
URL: https://issues.apache.org/jira/browse/KYLIN-4164
Project: Kylin
Issue Type: Bug
Reporter: yongjie zhao
Attachments: kylin.out.log
* HDP 2.6
* Supervisord 3.1.4
* Kylin 2.6.2-bin-hbase1x
supervisord config file
{code:ini}
[program:kylin]
directory=/root/apache-kylin-2.6.2-bin-hbase1x
command=/root/apache-kylin-2.6.2-bin-hbase1x/bin/kylin.sh run
user=root
autostart=true
autorestart=true
stdout_logfile=/var/log/kylin.out.log
stderr_logfile=/var/log/kylin.out.log
{code}
Kylin process can't start repeatedly restart.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)