The log has indicated you were running the wrong distribution. Apache Kylin has distribution for HBase 1.x and CDH. In your case, please use CDH distribution.
2017-08-31 17:39 GMT+08:00 gulatimahesh <[email protected]>: > Hi, > > I am using Cloudera VM CDH 5.5 and installed Kylin version 2.1 over that. > While running the query facing below issue: > > Error while executing SQL "select * from patient LIMIT 50000": > org.apache.hadoop.hbase.DoNotRetryIOException: > org.apache.hadoop.hbase.DoNotRetryIOException: > java.lang.NoSuchMethodError: > org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment. > getRegion()Lorg/apache/hadoop/hbase/regionserver/Region; > at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2065) at > org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:107) at > org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:130) > at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:107) at > java.lang.Thread.run(Thread.java:745) Caused by: > java.lang.NoSuchMethodError: > org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment. > getRegion()Lorg/apache/hadoop/hbase/regionserver/Region; > at > org.apache.kylin.storage.hbase.cube.v2.coprocessor. > endpoint.CubeVisitService.visitCube(CubeVisitService.java:237) > at > org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated. > CubeVisitProtos$CubeVisitService.callMethod(CubeVisitProtos.java:5375) > at > org.apache.hadoop.hbase.regionserver.HRegion. > execService(HRegion.java:7234) > at > org.apache.hadoop.hbase.regionserver.RSRpcServices.execServiceOnRegion( > RSRpcServices.java:1776) > at > org.apache.hadoop.hbase.regionserver.RSRpcServices. > execService(RSRpcServices.java:1758) > at > org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2. > callBlockingMethod(ClientProtos.java:32209) > > > > > > Even I tried over Cloudera VM CDH 5.12, and this even not allowing to build > the sample cube provided and giving the keynote file issues while am > starting the kylin server. > > Pls help as am new to hadoop and we are trying to evaluate hadoop with > kylin > in our organization. > > Is this a compatibility issues of version, if yes then what are the > solutions for the Cloudera VMs available of CDH5.5 and CDH5.12. > > Thanks > > -- > Sent from: http://apache-kylin.74782.x6.nabble.com/ >
