[jira] [Created] (KYLIN-3499) resource inconsistent caused by hbase rpc timeout

2018-08-14 Thread ulysses you (JIRA)
ulysses you created KYLIN-3499: -- Summary: resource inconsistent caused by hbase rpc timeout Key: KYLIN-3499 URL: https://issues.apache.org/jira/browse/KYLIN-3499 Project: Kylin Issue Type: Bug

Re: kylin2.1 NoSuchMethodError: org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment.getRegion()

2018-07-08 Thread ulysses
Thanks, hbase verison 1.3.1 is ok. -- Sent from: http://apache-kylin.74782.x6.nabble.com/

cube build intermediate table

2018-07-08 Thread ulysses
When kylin build a cube, a hive intermediate wide table will be created firstly. Can I use a exist hive table as the kylin's intermediate table? I can build a wide table through ETL and it can be more efficiently. -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: kylin2.1 NoSuchMethodError: org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment.getRegion()

2018-06-19 Thread ulysses
I use the kylin-2.3.1-src, and change the hbase version to 1.0.2. I meet the same problem like `java.lang.NoSuchMethodError: org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment.getRegion()Lorg/apache/hadoop/hbase/regionserver/Region`. My hbase cluster version is 1.0.2. I think the