Seems like the HBase connection is not available. You could have another try to use new metadata url in kylin.properties, something like "kylin_test@hbase"
2017-10-17 18:28 GMT+08:00 Kumar, Manoj H <[email protected]>: > > > > > Can someone help on this? At Kylin.log file, Seeing below Error? > Hbase,HIVE & Zookeeper is running at Cloudera. > > > > Caused by: org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'org.springframework.cache.annotation. > AnnotationCacheOperationSource#0': BeanPostProcessor before instantiation > of bean failed; nested exception is > org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'org.springframework.security. > methodSecurityMetadataSourceAdvisor': Cannot resolve reference to bean > 'org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#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)#16cf7409' 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)#16cf7409': Cannot create inner bean '(inner > bean)#c1c6251' 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)#c1c6251': 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': Injection of autowired dependencies failed; > nested exception is org.springframework.beans.factory.BeanCreationException: > Could not autowire field: protected org.apache.kylin.rest.service.UserService > org.apache.kylin.rest.service.AclService.userService; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'userService': Invocation of init method failed; nested > exception is org.apache.hadoop.hbase.TableNotFoundException: > kylin_metadata_user > > at org.springframework.beans.factory.support. > AbstractAutowireCapableBeanFactory.createBean( > AbstractAutowireCapableBeanFactory.java:454) > > at org.springframework.beans.factory.support. > AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293) > > at org.springframework.beans.factory.support. > DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry. > java:223) > > at org.springframework.beans.factory.support. > AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290) > > at org.springframework.beans.factory.support. > AbstractBeanFactory.getBean(AbstractBeanFactory.java:191) > > at org.springframework.beans.factory.support. > BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver. > java:328) > > ... 40 more > > 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.DelegatingMethodSecurityMetadataSource#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)#16cf7409' 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)#16cf7409': Cannot create inner bean '(inner > bean)#c1c6251' 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)#c1c6251': 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': Injection of autowired dependencies failed; > nested exception is org.springframework.beans.factory.BeanCreationException: > Could not autowire field: protected org.apache.kylin.rest.service.UserService > org.apache.kylin.rest.service.AclService.userService; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'userService': Invocation of init method failed; nested > exception is org.apache.hadoop.hbase.TableNotFoundException: > kylin_metadata_user > > > > Regards, > > Manoj > > > > This message is confidential and subject to terms at: http:// > www.jpmorgan.com/emaildisclaimer including on confidentiality, legal > privilege, viruses and monitoring of electronic messages. If you are not > the intended recipient, please delete this message and notify the sender > immediately. Any unauthorized use is strictly prohibited. >
