[jira] [Created] (KYLIN-3167) Datatype lost precision when using beeline

2018-01-15 Thread Wang Cheng (JIRA)
Wang Cheng created KYLIN-3167: - Summary: Datatype lost precision when using beeline Key: KYLIN-3167 URL: https://issues.apache.org/jira/browse/KYLIN-3167 Project: Kylin Issue Type: Bug

[jira] [Created] (KYLIN-3166) 当字段为中文时,odbc连接kylin无法显示正确的字符

2018-01-15 Thread cnwangdp (JIRA)
cnwangdp created KYLIN-3166: --- Summary: 当字段为中文时,odbc连接kylin无法显示正确的字符 Key: KYLIN-3166 URL: https://issues.apache.org/jira/browse/KYLIN-3166 Project: Kylin Issue Type: Bug Components:

Fw:exclude dimension column

2018-01-15 Thread 崔苗
Hi, we use user_id to join the fact table and join table,so the user_id is set to dimension column, but we don't want to aggregate data by user_id, it's a high cardinality column,can we avoid it by just make one aggregation groups without user_id, will kylin ignore user_id in that case?

[jira] [Created] (KYLIN-3165) cannot auto mege

2018-01-15 Thread Yang Hao (JIRA)
Yang Hao created KYLIN-3165: --- Summary: cannot auto mege Key: KYLIN-3165 URL: https://issues.apache.org/jira/browse/KYLIN-3165 Project: Kylin Issue Type: Bug Components: Job Engine

Re: Re: Support embedded JSON format ?

2018-01-15 Thread Billy Liu
When you say somehting is wrong, please leave complete log for that error. 2018-01-15 17:26 GMT+08:00 ShaoFeng Shi : > Only replace jar in tomcat may not work; please rebuild a new binary > package. > > 2018-01-15 16:43 GMT+08:00 446463...@qq.com <446463...@qq.com>: > > >

Re: Re: Support embedded JSON format ?

2018-01-15 Thread ShaoFeng Shi
Only replace jar in tomcat may not work; please rebuild a new binary package. 2018-01-15 16:43 GMT+08:00 446463...@qq.com <446463...@qq.com>: > but I can't modify the ‘_’ character, > so I wan't to modify source code in source-kafka module > at StreamingParser.java class > ``` > static { >

Re: Re: Support embedded JSON format ?

2018-01-15 Thread 446463...@qq.com
but I can't modify the ‘_’ character, so I wan't to modify source code in source-kafka module at StreamingParser.java class ``` static { derivedTimeColumns.put("minute_start", 1); derivedTimeColumns.put("hour_start", 2); derivedTimeColumns.put("day_start", 3);

Re: Support embedded JSON format ?

2018-01-15 Thread ShaoFeng Shi
Hi, It supports the embedded format, while has a conflict with "_" in the JSON. You can check: https://issues.apache.org/jira/browse/KYLIN-3145 To bypass at this moment, you can create a message which has no "_" in the property name. 2018-01-15 16:19 GMT+08:00 446463...@qq.com

Support embedded JSON format ?

2018-01-15 Thread 446463...@qq.com
Hi: kylin Support embedded JSON format since kylin1.6.0 and I use streaming cube with kafka and my data: { "data": { "account": "5942153", "actual_amount": "30.0", "app_name": "", "app_no": "", "app_session": "xxx", "app_type_code":