On Mon, Dec 28, 2015 at 4:00 PM, 和风 <[email protected]> wrote: > Caused by: java.lang.NoSuchFieldError: HBASE_CLIENT_PREFETCH > at > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.<init>(HConnectionManager.java:781) > at > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.<init>(HConnectionManager.java:706) > ... 140 more >
looks like hbase version unmatch. kylin is not shipped with hbase libs, instead it uses the hbase jar in the client server where your deployed kylin. please check the hbase version in the client server (it might differ from your hbase servers) by using "which hbase" -- Regards, *Bin Mahone | 马洪宾* Apache Kylin: http://kylin.io Github: https://github.com/binmahone
