Re: how to filter long tail data

2017-09-04 Thread 杨浩
Thanks. We would like to try Top-N measure. The "filter condition" filter
data from the source, but we want to filter the data after all cuboid built
for we don't know the long tail data unless building.


2017-09-04 11:01 GMT+08:00 ShaoFeng Shi :

> Top-N measure is amied to filter the long tail data. Besides, in Data
> model, there is a "filter condition", where you can add a filtering
> condition to exclude those tail data.
>
> 2017-09-04 10:54 GMT+08:00 杨浩 :
>
>> Okay, our team want to use Kylin as an ETL tool, but there are many long
>> tail data after building. Can these data be filtered directly by kylin, or
>> do we have to  make some change to the code ?
>>
>> 2017-09-03 19:42 GMT+08:00 Li Yang :
>>
>>> Please ask Kylin related question here.
>>>
>>> On Fri, Sep 1, 2017 at 2:47 PM, 杨浩  wrote:
>>>
>>> > If a index is less than 2, we don't want to store it in hbase . How to
>>> > filter the long tail data ?
>>> >
>>>
>>
>>
>
>
> --
> Best regards,
>
> Shaofeng Shi 史少锋
>
>


Rest API that returns job IDs

2017-09-04 Thread Li Yang
Hi,

I recall there are a few inquires on the Rest API to return job IDs.

Thanks to Guosheng, the work is done.
https://issues.apache.org/jira/browse/KYLIN-2795

The document link is here. Please wait one more day till the document is
re-generated.
http://kylin.apache.org/docs21/howto/howto_use_restapi.html#get-job-list

Cheers
Yang