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

2019-09-12 Thread yongjie zhao (Jira)


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

yongjie zhao commented on KYLIN-4164:
-

thank you for you remind. I changed config with above, the Kylin process is 
success started.

{code:none}
[program:kylin]
environment=
  SPARK_HOME="/usr/hdp/current/spark2-client"
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}


> 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:none}
> [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)


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

2019-09-10 Thread Xiaoxiang Yu (Jira)


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

Xiaoxiang Yu commented on KYLIN-4164:
-

Hi, [~zog]. Looks like you didn't set SPARK_HOME in your env, would you please 
set SPARK_HOME in ~/.bashrc and try again?

> 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:none}
> [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)