Hi Victoria, just confirm: finally you re-compiled Kylin to make it run in CDH 5.8.2?
2016-10-14 9:08 GMT+08:00 ShaoFeng Shi <[email protected]>: > Rebuild isn't needed actually; just update the coprocessor: https://kylin. > apache.org/docs15/howto/howto_update_coprocessor.html > > If you have started the rebuild, then let it go; > > 2016-10-14 0:00 GMT+08:00 Victoria Tskhay <[email protected] > >: > >> Great, thank you very much! We did so and it works now. However, our old >> cube data was not working, so we had to rebuild our cube. >> >> Thanks a lot for your help! >> >> >> Best regards >> Victoria >> >> >> On 12.10.2016 12:55, ShaoFeng Shi wrote: >> >>> I checked for CDH 5.8.2, the API is compitable, Kylin doesn't need code >>> change; You can build a new binary package by your own in the following >>> steps: >>> >>> 1) clone the latest released tag 'kylin-1.5.4.1-cdh5.7' >>> 2) edit the main pom.xml, change all the versions which contains >>> "cdh5.7.0" >>> to ''cdh5.8.2"; >>> 3) run build/script/package.sh to generate a new package. >>> >>> If the problem persists, it is very likely there is old HBase client jar >>> still on your machine. Run "hbase classpath" and then check the output >>> carefully. >>> >>> 2016-10-12 16:27 GMT+08:00 Victoria Tskhay < >>> [email protected]> >>> : >>> >>> And by the way the hbase client version is 1.2.0-cdh5.8.2. >>>> >>>> >>>> Best regards >>>> Victoria >>>> >>>> >>>> On 12.10.2016 09:07, Victoria Tskhay wrote: >>>> >>>> Hi! >>>>> >>>>> Thanks! Our version is Cloudera Express 5.8.2 (#17 built by jenkins on >>>>> 20160916-1429 git: d23c620f3a3bbd85d8511d6ebba49beaaab14b75) for >>>>> Ubuntu. >>>>> >>>>> >>>>> BR >>>>> Victoria >>>>> >>>>> On 12.10.2016 03:32, ShaoFeng Shi wrote: >>>>> >>>>> Hi Victoria, >>>>>> >>>>>> What's the full version of your CDH? >>>>>> >>>>>> 2016-10-11 23:23 GMT+08:00 Victoria Tskhay<victoria.tskhay@glispam >>>>>> edia.com> >>>>>> : >>>>>> >>>>>> Hello, >>>>>> >>>>>>> We have an issue when trying to deploy the latest Kylin version >>>>>>> (*1.5.4.1*) on our *CDH 5.8* cluster. We use the Binary Package for >>>>>>> running >>>>>>> with *CDH 5.7/5.8*. Starting the application fails with the following >>>>>>> exception: >>>>>>> >>>>>>> ... >>>>>>> >>>>>>> Caused by: org.springframework.beans.factory.BeanCreationException: >>>>>>> Error >>>>>>> creating bean with name 'org.springframework.security. >>>>>>> methodSecurityMetadataSourceAdvisor': Cannot resolve reference to >>>>>>> bean >>>>>>> 'org.springframework.security.access.method.DelegatingMethod >>>>>>> SecurityMetadataSource#0' >>>>>>> while setting constructor argument; nested exception is >>>>>>> org.springframework.beans.factory.BeanCreationException: Error >>>>>>> creating >>>>>>> bean with name 'org.springframework.security. >>>>>>> access.method.DelegatingMethodSecurityMetadataSource#0': Cannot >>>>>>> create >>>>>>> inner bean '(inner bean)#5fd65692' of type >>>>>>> [org.springframework.security. >>>>>>> access.prepost.PrePostAnnotationSecurityMetadataSource] while >>>>>>> setting >>>>>>> constructor argument with key [0]; nested exception is >>>>>>> org.springframework.beans.factory.BeanCreationException: Error >>>>>>> creating >>>>>>> bean with name '(inner bean)#5fd65692': Cannot create inner bean >>>>>>> '(inner >>>>>>> bean)#6a0946f2' of type [org.springframework.security. >>>>>>> access.expression.method.ExpressionBasedAnnotationAttributeFactory] >>>>>>> while >>>>>>> setting constructor argument; nested exception is >>>>>>> org.springframework.beans.factory.BeanCreationException: Error >>>>>>> creating >>>>>>> bean with name '(inner bean)#6a0946f2': Cannot resolve reference to >>>>>>> bean >>>>>>> 'expressionHandler' while setting constructor argument; nested >>>>>>> exception is >>>>>>> org.springframework.beans.factory.BeanCreationException: Error >>>>>>> creating >>>>>>> bean with name 'expressionHandler' defined in class path resource >>>>>>> [kylinSecurity.xml]: Cannot resolve reference to bean >>>>>>> 'permissionEvaluator' >>>>>>> while setting bean property 'permissionEvaluator'; nested exception >>>>>>> is >>>>>>> org.springframework.beans.factory.BeanCreationException: Error >>>>>>> creating >>>>>>> bean with name 'permissionEvaluator' defined in class path resource >>>>>>> [kylinSecurity.xml]: Cannot resolve reference to bean 'aclService' >>>>>>> while >>>>>>> setting constructor argument; nested exception is >>>>>>> org.springframework.beans.factory.BeanCreationException: Error >>>>>>> creating >>>>>>> bean with name 'aclService': Invocation of init method failed; nested >>>>>>> exception is java.lang.NoSuchMethodError: >>>>>>> org.apache.hadoop.hbase.HTable >>>>>>> Descriptor.addFamily(Lorg/apache/hadoop/hbase/HColumnDes >>>>>>> criptor;)Lorg/apache/hadoop/hbase/HTableDescriptor; >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.BeanDefinitionValu >>>>>>> eResolver.resolveReference(BeanDefinitionValueResolver.java:334) >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.BeanDefinitionValu >>>>>>> eResolver.resolveValueIfNecessary(BeanDefinitionValueResolve >>>>>>> r.java:108) >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.ConstructorResolve >>>>>>> r.resolveConstructorArguments(ConstructorResolver.java:651) >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.ConstructorResolve >>>>>>> r.autowireConstructor(ConstructorResolver.java:145) >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.AbstractAutowireCa >>>>>>> pableBeanFactory.autowireConstructor(AbstractAu >>>>>>> towireCapableBeanFactory.java:1077) >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.AbstractAutowireCa >>>>>>> pableBeanFactory.createBeanInstance(AbstractAut >>>>>>> owireCapableBeanFactory.java:981) >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.AbstractAutowireCa >>>>>>> pableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFac >>>>>>> tory.java:487) >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.AbstractAutowireCa >>>>>>> pableBeanFactory.createBean(AbstractAutowireCapableBeanFacto >>>>>>> ry.java:458) >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.AbstractBeanFactor >>>>>>> y$1.getObject(AbstractBeanFactory.java:293) >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.DefaultSingletonBe >>>>>>> anRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.AbstractBeanFactor >>>>>>> y.doGetBean(AbstractBeanFactory.java:290) >>>>>>> >>>>>>> at org.springframework.beans.fact >>>>>>> ory.support.AbstractBeanFactor >>>>>>> y.getBean(AbstractBeanFactory.java:195) >>>>>>> >>>>>>> >>>>>>> Any help would be highly appreciated. Thank you! >>>>>>> >>>>>>> >>>>>>> >>>>>>> Best regards >>>>>>> -- >>>>>>> Victoria Tskhay >>>>>>> >>>>>>> *Java Backend Developer*I glispa GmbH >>>>>>> >>>>>>> Sonnenburger Straße 73, 10437 Berlin, Germany >>>>>>> [email protected] <//e.mail.ru/compose/?mailto=m >>>>>>> ailto%[email protected]> >>>>>>> Skype: vikatskhay Iwww.glispa.com <http://www.glispa.com> >>>>>>> >>>>>>> Sitz Berlin, AG Charlottenburg HRB 114678B >>>>>>> >>>>>>> >>>>>>> -- >>>>> Victoria Tskhay >>>>> >>>>> *Java Backend Developer*I glispa GmbH >>>>> >>>>> Sonnenburger Straße 73, 10437 Berlin, Germany >>>>> E [email protected] <//e.mail.ru/compose/?mailto=m >>>>> ailto%[email protected]> >>>>> Skype: vikatskhay I www.glispa.com <http://www.glispa.com> >>>>> >>>>> Sitz Berlin, AG Charlottenburg HRB 114678B >>>>> >>>>> -- >>>> Victoria Tskhay >>>> >>>> *Java Backend Developer*I glispa GmbH >>>> >>>> Sonnenburger Straße 73, 10437 Berlin, Germany >>>> E [email protected] <//e.mail.ru/compose/?mailto=m >>>> ailto%[email protected]> >>>> Skype: vikatskhay I www.glispa.com <http://www.glispa.com> >>>> >>>> Sitz Berlin, AG Charlottenburg HRB 114678B >>>> >>>> >>> >>> >> -- >> Victoria Tskhay >> >> *Java Backend Developer*I glispa GmbH >> >> Sonnenburger Straße 73, 10437 Berlin, Germany >> E [email protected] <//e.mail.ru/compose/?mailto=m >> ailto%[email protected]> >> Skype: vikatskhay I www.glispa.com <http://www.glispa.com> >> >> Sitz Berlin, AG Charlottenburg HRB 114678B >> > > > > -- > Best regards, > > Shaofeng Shi 史少锋 > > -- Best regards, Shaofeng Shi 史少锋
