You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Xiaoxiang Yu (Jira)" <ji...@apache.org> on 2020/07/31 12:26:01 UTC

[jira] [Closed] (KYLIN-4356) Failed "Hive Column Cardinality calculation for table" jobs cannot be delete

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

Xiaoxiang Yu closed KYLIN-4356.
-------------------------------

Resolved in release 3.1.0 (2020-07-03)

> Failed "Hive Column Cardinality calculation for table" jobs cannot be delete 
> -----------------------------------------------------------------------------
>
>                 Key: KYLIN-4356
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4356
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: ZhouKang
>            Assignee: ZhouKang
>            Priority: Major
>             Fix For: v3.1.0
>
>
> In KylinHealthCheck, we found there are too many failed jobs like this:
> "name" : "Hive Column Cardinality calculation for table 'xxx.xxxxxxx'"
> the FAILED job cannot be cleanup by MetastoreCleanupJob,
> and the RESTful API  DELETE jobs/\{uuid}/drop cannot work, return exeception 
> {code:java}
> // code placeholder
> Caused by: org.apache.kylin.rest.exception.BadRequestException: Illegal job type, id: 4257d976-706b-90cb-d82b-1828e0128fd1.
>   at org.apache.kylin.rest.service.JobService.getSingleJobInstance(JobService.java:501)
>   at org.apache.kylin.rest.service.JobService.getJobInstance(JobService.java:486)
>   at org.apache.kylin.rest.controller.JobController.dropJob(JobController.java:264)
>   ... 75 more
>  
> {code}
> seems there is no api to delete failed job of "Cardinality calculation" .
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)