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 <billy...@apache.org> 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 <ludvig.fl...@genesis.se>:
>
> > 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
> >
>

Reply via email to