Kylin 1.x works on HDP 2.2, not on HDP 2.3. The issue is about the version of HBase. Kylin 1.x does not work with HBase 1.x yet.
There's a branch "1.x-HBase1.x" that works with HBase 1.x and also HDP 2.3. However nobody is using that seriously at the moment. It's for dev purpose. On Wed, Sep 16, 2015 at 11:17 AM, George Lu <[email protected]> wrote: > Hi all, > > I installed a HDP 2.3 cluster and after setting permission on hdfs and use > kylin.sh start to start Kylin. > > When I use <sandboxip>:7070/kylin, nothing show up. > I check the log and found various errors: > > Please check the detail log in attach file. > Seems the error is "java.lang.NoSuchMethodError: > org.apache.hadoop.hbase.client.HBaseAdmin.<init>(Lorg/apache/hadoop/hbase/client/HConnection;)V" > > Seems KYLIN-892 refers to similar problem. > > Does it mean I must install in HDP 2.2? > > Thanks! > > George >
