You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "yongjie zhao (Jira)" <ji...@apache.org> on 2019/09/11 03:46:00 UTC

[jira] [Updated] (KYLIN-4164) start Kylin infinite loop with Supervisord process manager

     [ https://issues.apache.org/jira/browse/KYLIN-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

yongjie zhao updated KYLIN-4164:
--------------------------------
    Description: 
* HDP 2.6
* Supervisord 3.1.4
* Kylin 2.6.2-bin-hbase1x

supervisord config file

{code:shell}
[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.

  was:
* 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.


> 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
>            Priority: Major
>         Attachments: kylin.out.log
>
>
> * HDP 2.6
> * Supervisord 3.1.4
> * Kylin 2.6.2-bin-hbase1x
> supervisord config file
> {code:shell}
> [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)