[jira] [Created] (KYLIN-2285) ffdfds

2016-12-15 Thread paldheeru39 (JIRA)
paldheeru39 created KYLIN-2285: -- Summary: ffdfds Key: KYLIN-2285 URL: https://issues.apache.org/jira/browse/KYLIN-2285 Project: Kylin Issue Type: Bug Components: Web

Re: Kylin cube 创建完后,job也正常执行完,进行query时报错

2016-12-15 Thread Li Yang
HBase 1.x建议使用HBase 1.1.3以上。考虑升级一下HBase再试一试。 On Tue, Dec 6, 2016 at 7:31 PM, Luke_Selina wrote: > 很有可能是兼容的问题,再仔细的对比一下版本;另外如果不想环境,可以尝试替换jar包,在进行尝试,good luck! > > -- > View this message in context: http://apache-kylin.74782.x6. >

Re: sql query(min/max over) seems to be replicated

2016-12-15 Thread Li Yang
It looks like a bug. You can create a JIRA and develop will fix. On Thu, Dec 8, 2016 at 10:13 AM, 翟鹿渊 wrote: > Hi Kylin Dev team, > > I used a dataset called learn_kylin, the sample data of table kylin_sales > looks like: > > A problem came when I inputed sql query as: "

??????[Discuss] Disable/hide "RAW" measure in Kylin web GUI

2016-12-15 Thread ??????
+1. But the "RAW" measure is still some useful, we could improve it next year when we have time. -- -- ??: "ShaoFeng Shi";; : 2016??12??15??(??) 12:05 ??: "dev"; : [Discuss]

Re: Use Spark Cube Engine

2016-12-15 Thread Li Yang
Now good news is Shaofeng is resume the thread of Spark engine at the moment. He may update progress later. On Sat, Dec 10, 2016 at 5:14 PM, hongbin ma wrote: > And the bad news is the spark cubing engine is out of maintenance recently > > On Sat, Dec 10, 2016 at 5:12 PM,

[Discuss] Add "source_type" to cube metadata

2016-12-15 Thread ??????
Hello developers, I have a proposal want to discuss here, which is about "source_type" in cube metadata. currently, Kylin support streaming cube. But we don't have streaming tag in cube metadata, so we need lots of http requests to ensure a cube is streaming type in front-end. it is

[jira] [Created] (KYLIN-2287) Speed up model and cube list load in Web

2016-12-15 Thread kangkaisen (JIRA)
kangkaisen created KYLIN-2287: - Summary: Speed up model and cube list load in Web Key: KYLIN-2287 URL: https://issues.apache.org/jira/browse/KYLIN-2287 Project: Kylin Issue Type: Improvement

[jira] [Created] (KYLIN-2289) Redo SSB Bemchmark Test

2016-12-15 Thread XIE FAN (JIRA)
XIE FAN created KYLIN-2289: -- Summary: Redo SSB Bemchmark Test Key: KYLIN-2289 URL: https://issues.apache.org/jira/browse/KYLIN-2289 Project: Kylin Issue Type: Test Environment: UCloud

Re: sql query(min/max over) seems to be replicated-more info

2016-12-15 Thread Li Yang
On a second look, since the query does not ends with a group by " from kylin_sales". The result seems reasonable. On Thu, Dec 8, 2016 at 10:43 AM, 翟鹿渊 wrote: > It seems the images cannot be present. So I grabbed part of tables > mentioned. > >>Table structure looks as: > >

[jira] [Created] (KYLIN-2286) global snapshot table for one cube

2016-12-15 Thread fengYu (JIRA)
fengYu created KYLIN-2286: - Summary: global snapshot table for one cube Key: KYLIN-2286 URL: https://issues.apache.org/jira/browse/KYLIN-2286 Project: Kylin Issue Type: Improvement

Re: [Discuss] Add "source_type" to cube metadata

2016-12-15 Thread ShaoFeng Shi
"source_type" is recorded in table's metadata; do you mean replicating it on cube level? 2016-12-16 14:00 GMT+08:00 康凯森 : > Hello developers, > > > I have a proposal want to discuss here, which is about "source_type" in > cube metadata. > > > currently, Kylin support

Re: [Discuss] Add "source_type" to cube metadata

2016-12-15 Thread ShaoFeng Shi
Is it possible adding the "source_type" in cube's REST API result, but the value still comes from the fact table? Then in the backend Kylin doesn't need keep this info in two places, then no inconsistent be happen. 2016-12-16 14:25 GMT+08:00 ShaoFeng Shi : > "source_type"

?????? [Discuss] Add "source_type" to cube metadata

2016-12-15 Thread ??????
Ok. I agree with you. thanks you. -- -- ??: "ShaoFeng Shi";; : 2016??12??16??(??) 2:38 ??: "dev"; : Re: [Discuss] Add "source_type" to cube metadata Is it possible adding the

[jira] [Created] (KYLIN-2288) Kylin treat empty string as error measure which is inconsistent with hive

2016-12-15 Thread Chuanlei Ni (JIRA)
Chuanlei Ni created KYLIN-2288: -- Summary: Kylin treat empty string as error measure which is inconsistent with hive Key: KYLIN-2288 URL: https://issues.apache.org/jira/browse/KYLIN-2288 Project: Kylin

Re: What's the meaning of kylin.job.cuboid.size.memhungry.ratio and kylin.job.cuboid.size.ratio?

2016-12-15 Thread ShaoFeng Shi
Hi Dinghua, Kylin will estimate the cube size, while as both Kylin and HBase will use compression when writing to disk; so Kylin will apply a ratio on its origin estimated size. The ratio is collected based on experience; For normal data type, it is about 0.25, means the compressed size is about

Re: When building streaming cube,i find two issues

2016-12-15 Thread ShaoFeng Shi
Hi lei, for question 1, the API returns the start offset for each partition; In your case, Kylin will start from from 172400 on parittion 0, instead of from the very begining; for question 2, I'm afraid changing partition number before a build be completed isn't supported in 1.6.0; please

Re: KYLIN JDBC卡主不动

2016-12-15 Thread ShaoFeng Shi
hi, Try "createStatement", instead of "prepareStatement"; I'm not 100% sure, but it worth a try; double check your program and the sample in http://kylin.apache.org/docs16/howto/howto_jdbc.html Get Outlook for iOS On Thu, Dec 15, 2016 at 4:54 PM +0800, "gaolv123...@163.com"

Re: [Discuss] Disable/hide "RAW" measure in Kylin web GUI

2016-12-15 Thread Luke Han
I think this proposal is great, there are many users coming from non-tech today, such function really confused them in there daily work. Hiding is good idea and keep capability for expert only. Luke Best Regards! - Luke Han On Thu, Dec 15, 2016 at 12:05 PM, ShaoFeng Shi

Re: Re: KYLIN JDBC卡主不动

2016-12-15 Thread gaolv123...@163.com
nothing in kylin.log except " 2016-12-15 16:47:29,623 INFO [pool-8-thread-1] threadpool.DefaultScheduler:118 : Job Fetcher: 0 should running, 0 actual running, 0 ready, 30 already succeed, 7 error, 9 discarded, 0 others " here is my codes : String date = cirm.getDate(); String type =

[jira] [Created] (KYLIN-2284) intersect_count function error

2016-12-15 Thread Luyuan Zhai (JIRA)
Luyuan Zhai created KYLIN-2284: -- Summary: intersect_count function error Key: KYLIN-2284 URL: https://issues.apache.org/jira/browse/KYLIN-2284 Project: Kylin Issue Type: Bug