You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2017/07/30 08:16:03 UTC

[jira] [Commented] (KYLIN-2626) Remove config getJobControllerLock() since there is getSchedulerType()

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

Shaofeng SHI commented on KYLIN-2626:
-------------------------------------

This change wasn't on 2.1.x branch, so I would put its fix version to future. Please correct me if I miss anything.

> Remove config getJobControllerLock() since there is getSchedulerType()
> ----------------------------------------------------------------------
>
>                 Key: KYLIN-2626
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2626
>             Project: Kylin
>          Issue Type: Bug
>          Components: Job Engine
>    Affects Versions: v2.1.0
>            Reporter: kangkaisen
>            Assignee: kangkaisen
>            Priority: Minor
>              Labels: newbie, scope
>             Fix For: v2.1.0
>
>         Attachments: KYLIN-2626.patch
>
>
> KYLIN-2578 introduced this issue:
> {code:java}
>   Caused by: java.lang.RuntimeException: java.lang.InstantiationException: org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock
> at org.apache.kylin.common.util.ClassUtil.newInstance(ClassUtil.java:95)
> at org.apache.kylin.rest.service.JobService.afterPropertiesSet(JobService.java:110)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1573)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)
> ... 38 more
> Caused by: java.lang.InstantiationException: org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock
> at java.lang.Class.newInstance(Class.java:427)
> at org.apache.kylin.common.util.ClassUtil.newInstance(ClassUtil.java:93)
> ... 41 more
> Caused by: java.lang.NoSuchMethodException: org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.()
> at java.lang.Class.getConstructor0(Class.java:3082)
> at java.lang.Class.newInstance(Class.java:412)
> ... 42 more
> {code}
> which make the Kylin  job server cannot start.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)