Re: query return error result.

2017-09-26 Thread yu feng
I add some log and find data from hbase is incorrect. 2017-09-27 11:17 GMT+08:00 yu feng : > I have a cube like this : > dimensions : source_type, source_id, name, dt > measures:count(distinct uid), count(1) , count(distinct buyer) > > I run the query : > > select source_type, source_id, name, >

query return error result.

2017-09-26 Thread yu feng
I have a cube like this : dimensions : source_type, source_id, name, dt measures:count(distinct uid), count(1) , count(distinct buyer) I run the query : select source_type, source_id, name, count(distinct uid), count(uid) as cnum, count(distinct buyer) as buyerNum, count(buyer) as bnum fr

Re: Re: the problem of upgrade from v1.6.0 to v2.1.0

2017-09-26 Thread ShaoFeng Shi
If the hbase version is 1.1, the package for cdh 5.7 should work. You can take a try. Otherwise, you can build/compile a package by your own (base on a kylin-*-cdh57 release), there should be minor code change 2017-09-26 17:44 GMT+08:00 luoyong...@yaochufa.com : > Is there any package or branch

Re: Re: the problem of upgrade from v1.6.0 to v2.1.0

2017-09-26 Thread luoyong...@yaochufa.com
Is there any package or branch of source for CDH 5.6(Hbase 1.1.0-cdh5.6.0) luoyong...@yaochufa.com From: ShaoFeng Shi Date: 2017-09-26 17:43 To: user Subject: Re: the problem of upgrade from v1.6.0 to v2.1.0 As the package name indicates, it need CDH 5.7 or above; CDH 5.6 is HBase 1.0, whi

Re: the problem of upgrade from v1.6.0 to v2.1.0

2017-09-26 Thread ShaoFeng Shi
As the package name indicates, it need CDH 5.7 or above; CDH 5.6 is HBase 1.0, which is not supported. 2017-09-26 15:09 GMT+08:00 luoyong...@yaochufa.com : > > > -- > luoyong...@yaochufa.com > > > *发件人:* luoyong...@yaochufa.com > *发送时间:* 2017-08-29 18:43 > *收件人:* user

转发: the problem of upgrade from v1.6.0 to v2.1.0

2017-09-26 Thread luoyong...@yaochufa.com
luoyong...@yaochufa.com 发件人: luoyong...@yaochufa.com 发送时间: 2017-08-29 18:43 收件人: user-subscribe 主题: the problem of upgrade from v1.6.0 to v2.1.0 hello: My envioment is CDH 5.6.0 ---hbase version is 1.0.0-cdh5.6.0,hive version is 1.1.0-cdh5.6.0,hadoop version is 2.6.0-cdh5.6.0!