[jira] [Created] (KYLIN-3678) CacheStateChecker may remove a cache file that under building

2018-11-08 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-3678: --- Summary: CacheStateChecker may remove a cache file that under building Key: KYLIN-3678 URL: https://issues.apache.org/jira/browse/KYLIN-3678 Project: Kylin Is

Re: There was no measure column in the fact table after build cube

2018-11-08 Thread Scott Fan
Got it. Thanks JiaTao. > 在 2018年11月9日,10:12,JiaTao Tao 写道: > > Hi Scott Fan, > > 1. Kylin only stores aggregated values in cubes, you can try to query > sum(PRICE) and see the results. > 2. It's as expected, "COUNT aggregation" means count(*), it does not need a > column. > > This link may be

Re: There was no measure column in the fact table after build cube

2018-11-08 Thread Scott Fan
Got it. Thanks JiaTao. > 在 2018年11月9日,10:12,JiaTao Tao 写道: > > Hi Scott Fan, > > 1. Kylin only stores aggregated values in cubes, you can try to query > sum(PRICE) and see the results. > 2. It's as expected, "COUNT aggregation" means count(*), it does not need a > column. > > This link may be

[jira] [Created] (KYLIN-3677) sql查询导致socket异常(管道断开)

2018-11-08 Thread zhaosibo (JIRA)
zhaosibo created KYLIN-3677: --- Summary: sql查询导致socket异常(管道断开) Key: KYLIN-3677 URL: https://issues.apache.org/jira/browse/KYLIN-3677 Project: Kylin Issue Type: Bug Components: Query Engine

Re: There was no measure column in the fact table after build cube

2018-11-08 Thread JiaTao Tao
Hi Scott Fan, 1. Kylin only stores aggregated values in cubes, you can try to query sum(PRICE) and see the results. 2. It's as expected, "COUNT aggregation" means count(*), it does not need a column. This link may be helpful: http://kylin.apache.org/docs/tutorial/create_cube.html Scott Fan 于201

[jira] [Created] (KYLIN-3676) Update custom Calctie

2018-11-08 Thread Lijun Cao (JIRA)
Lijun Cao created KYLIN-3676: Summary: Update custom Calctie Key: KYLIN-3676 URL: https://issues.apache.org/jira/browse/KYLIN-3676 Project: Kylin Issue Type: Bug Components: Query Engin

Re: doesnt complete a job in apache kylin

2018-11-08 Thread Lijun Cao
Hi ebrahim zare: The picture is not shown... Besides, the HBase version is not match. For Hadoop 2.7.3, the HBase version should be 1.x. You can correct the HBase version and then have another try. Best Regards Lijun Cao > 在 2018年11月8日,19:04,ebrahim zare 写道: > > I installed hadoop 2.7.3 an

doesnt complete a job in apache kylin

2018-11-08 Thread ebrahim zare
I installed hadoop 2.7.3 and hive 1.2.1 and Hbase 2.0.2 and spark 2.1.1. I built a job(*BUILD CUBE - kylin_sales_cube -* *2014060101_2015020200*) on the sample and after 57.10 mins(*#1 Step Name: Create Intermediate Flat Hive Table* *Duration: 0 seconds Waiting: 0 seconds*) still is running

????kylin ????model??????????????

2018-11-08 Thread 1226288287
?? ??fact??model??select measurescubefact?? fact?? ?? Measure column that exists in the fact table,Such as

There was no measure column in the fact table after build cube

2018-11-08 Thread Scott Fan
Hello team, There are two issues troubled me. 1. When I build a cube with a measure column as SUM aggregation, e.g. a PRICE, the PRICE column is null in the fact table after it done. 2. When I build a cube with a COUNT aggregation, there was no related column in the fact table after it done.

[jira] [Created] (KYLIN-3675) Unknown host exception when building cube of create HTable steps.

2018-11-08 Thread Jacky Woo (JIRA)
Jacky Woo created KYLIN-3675: Summary: Unknown host exception when building cube of create HTable steps. Key: KYLIN-3675 URL: https://issues.apache.org/jira/browse/KYLIN-3675 Project: Kylin Issu

[jira] [Created] (KYLIN-3674) count distinct > count(*)/sum(1)

2018-11-08 Thread chenchen (JIRA)
chenchen created KYLIN-3674: --- Summary: count distinct > count(*)/sum(1) Key: KYLIN-3674 URL: https://issues.apache.org/jira/browse/KYLIN-3674 Project: Kylin Issue Type: Bug Reporter: ch

[jira] [Created] (KYLIN-3673) Increase smoke-test cube building time

2018-11-08 Thread Yichen Zhou (JIRA)
Yichen Zhou created KYLIN-3673: -- Summary: Increase smoke-test cube building time Key: KYLIN-3673 URL: https://issues.apache.org/jira/browse/KYLIN-3673 Project: Kylin Issue Type: Test C