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

liyang updated KYLIN-1319:
--------------------------
    Description: 
Currently Kylin retrieves jobs status via a resource manager web service like 
{code}https://<your_rm_server>:<port>/ws/v1/cluster/apps/${job_id}?anonymous=true{code}

It is not most robust. Some user does not have 
"yarn.resourcemanager.webapp.address" set in yarm-site.xml, then get status 
will fail out-of-box. They have to set a Kylin property 
"kylin.job.yarn.app.rest.check.status.url" to overcome, which is not user 
friendly.

Kerberos authentication might cause problem too if security is enabled.

Is there a more robust way to check job status? Via Job API?

  was:
Currently Kylin retrieves jobs status via a resource manager web service like 
{{https://<your_rm_server>:<port>/ws/v1/cluster/apps/${job_id}?anonymous=true}}

It is not most robust. Some user does not have 
"yarn.resourcemanager.webapp.address" set in yarm-site.xml, then get status 
will fail out-of-box. They have to set a Kylin property 
"kylin.job.yarn.app.rest.check.status.url" to overcome, which is not user 
friendly.

Kerberos authentication might cause problem too if security is enabled.

Is there a more robust way to check job status? Via Job API?


> Find a better way to check hadoop job status
> --------------------------------------------
>
>                 Key: KYLIN-1319
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1319
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: liyang
>
> Currently Kylin retrieves jobs status via a resource manager web service like 
> {code}https://<your_rm_server>:<port>/ws/v1/cluster/apps/${job_id}?anonymous=true{code}
> It is not most robust. Some user does not have 
> "yarn.resourcemanager.webapp.address" set in yarm-site.xml, then get status 
> will fail out-of-box. They have to set a Kylin property 
> "kylin.job.yarn.app.rest.check.status.url" to overcome, which is not user 
> friendly.
> Kerberos authentication might cause problem too if security is enabled.
> Is there a more robust way to check job status? Via Job API?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to