You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by mvneethu <ne...@tigeranalytics.com> on 2018/09/10 08:56:23 UTC

Re: Re:Query Problem

Hi,

Even I get empty values in the metric column if I give select * and I am
using kylin version 2.3.2. What will be the work around to get the raw
metric values. I tried "select dimensions, sum(metric_col) group by
dimension", but this gives the grouped data and not the raw data.

Does that mean one cannot get the raw metric value from kylin?

Thanks,
Neethu

--
Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: Re:Query Problem

Posted by ShaoFeng Shi <sh...@apache.org>.
Hi Neethu,

Kylin doesn't support raw data query; Please send to another engine, or
configure Kylin's query pushdown function:
https://kylin.apache.org/docs/tutorial/query_pushdown.html

mvneethu <ne...@tigeranalytics.com> 于2018年9月10日周一 下午4:56写道:

> Hi,
>
> Even I get empty values in the metric column if I give select * and I am
> using kylin version 2.3.2. What will be the work around to get the raw
> metric values. I tried "select dimensions, sum(metric_col) group by
> dimension", but this gives the grouped data and not the raw data.
>
> Does that mean one cannot get the raw metric value from kylin?
>
> Thanks,
> Neethu
>
> --
> Sent from: http://apache-kylin.74782.x6.nabble.com/
>


-- 
Best regards,

Shaofeng Shi 史少锋