The same error was reported on AWS EMR 5.8 [1]; I guess it is related to HBase version. Kylin 2.1 is compiled with HBase 1.1; On 1.3 you may need re-compile it.
[1] https://www.mail-archive.com/[email protected]/msg02029.html 2017-09-23 9:13 GMT+08:00 Li Yang <[email protected]>: > Try out Kylin on a CDH or HDP hadoop is the easiest. They are well tested > env. Custom hadoop should work by theory, but you may always run into > classpath problems. > > To continue debug, try `bin/kylin.sh -v start`, which will print more debug > logs about classpath. > > On Sat, Sep 23, 2017 at 8:13 AM, Billy Liu <[email protected]> wrote: > > > There may have some library conflicts on the classpath. For the joda-time > > issue, please check how many joda-time libraries there. Normally, there > > should only one joda-time on Hive classpath. > > > > 2017-09-20 23:08 GMT+08:00 Ludvig Flink <[email protected]>: > > > > > Hello, I am trying to setup a kylin enviroment for testing kylin, but > I'm > > > getting errors with the rest server. Specifically with the joda-time > > > dependency. > > > > > > The error: "java.lang.NoSuchMethodError: org.joda.time.format.DateTimeF > > > ormatter.withZoneUTC()" > > > > > > At first i got this error in the rest server class, but after compiling > > > with dependency of joda-time 2.8.3 i get this problem in > > > "org.springframework.web.servlet.mvc.method.annotation.Reque > > > stMappingHandlerAdapter" > > > > > > I'm using OpenJDK 1.7.0_151, Hadoop 2.8.1 Hive 2.3.0, Hbase 1.3.1 and > > > Kylin 2.1.0. > > > > > > Any tips just pointing me in the right direction would be greatly > > > appreciated. > > > > > > > > > Best regards Ludvig Flink > > > Genesis IT AB > > > > > > Sweden > > > > > > -- Best regards, Shaofeng Shi 史少锋
