KylinOLAP / Kylin

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-kylin
Apache License 2.0
562 stars 225 forks source link

A problem during RUN sample queries. #473

Closed cs-wang closed 7 years ago

cs-wang commented 8 years ago

I build the sample cube 100%

but when I run query select part_dt, sum(price) as total_selled, count(distinct seller_id) as sellers from kylin_sales group by part_dt order by part_dt;

the web gives: Error while executing SQL "select part_dt, sum(price) as total_selled, count(distinct seller_id) as sellers from kylin_sales group by part_dt order by part_dt LIMIT 50000": Error in coprocessor

kylin.log is here: http://pan.baidu.com/s/1sk9hREt

Any advice to it?

liyang-gmt8 commented 8 years ago

Hi there. Please post questions / issues to user@kylin.apache.org

Thanks.