答复: Cube Merge Error

2016-11-10 Thread 仇同心
Use global dictionary,ERROR infos: When Use global dictionary, a recursive function in the source code, led to the following error occurred: com.google.common.util.concurrent.ExecutionError: java.lang.StackOverflowError at

Re: kylin supports complex data type?

2016-11-10 Thread Billy(Yiming) Liu
Not yet. It's very welcomed if someone could contribute on these data type support. 2016-11-11 14:14 GMT+08:00 wang...@snqu.com : > Does Kylin 1.5.4 support complex data type(Map, array, struct) in Hive? > > > > wang...@snqu.com > -- With Warm regards Yiming Liu (刘一鸣)

kylin supports complex data type?

2016-11-10 Thread wang...@snqu.com
Does Kylin 1.5.4 support complex data type(Map, array, struct) in Hive? wang...@snqu.com

Re: When query this statement will be reported to the wrong

2016-11-10 Thread Billy(Yiming) Liu
"DEFAULT" is a reserved word in Apache Calcite which is also the SQL parser in Kylin. Please try "DEFAULT".TABLE_NAME. 2016-11-11 9:45 GMT+08:00 zhangtianyu...@chinasofti.com < zhangtianyu...@chinasofti.com>: > hi: > When query this statement will be reported to the wrong? The default is > hive

[jira] [Created] (KYLIN-2175) cubestatsreader support reading unfinished segments

2016-11-10 Thread hongbin ma (JIRA)
hongbin ma created KYLIN-2175: - Summary: cubestatsreader support reading unfinished segments Key: KYLIN-2175 URL: https://issues.apache.org/jira/browse/KYLIN-2175 Project: Kylin Issue Type:

Re: Why we need gridtable?

2016-11-10 Thread ShaoFeng Shi
It's an abstraction of the cube storage; this makes cube build and query code more clear and loose coupling. 2016-11-10 20:36 GMT+08:00 Ding Dinghua : > Hi, I am trying to understand kylin 1.5.3 query logic, but I found it > is much more difficult to understand than

When query this statement will be reported to the wrong

2016-11-10 Thread zhangtianyu...@chinasofti.com
hi: When query this statement will be reported to the wrong? The default is hive databasename. SELECT * FROM DEFAULT.TABLE_NAME; right: SELECT * FROM TABLE_NAME; 咨询顾问,数据服务业务线,张天宇

答复: 答复: hadoop2.2 imcompatible proble

2016-11-10 Thread 万里通科技及数据中心商务智能团队数据分析组
I will never do that either, thank you all. -邮件原件- 发件人: ShaoFeng Shi [mailto:shaofeng...@apache.org] 发送时间: 2016年11月10日 18:40 收件人: dev 主题: Re: 答复: hadoop2.2 imcompatible proble You can try to compile Kylin source code with Hadoop 2.2; we never did that; There are some Hadoop API change

Why we need gridtable?

2016-11-10 Thread Ding Dinghua
Hi, I am trying to understand kylin 1.5.3 query logic, but I found it is much more difficult to understand than kylin 1.2, mainly because of introduce of gridtable, so I want to ask why gridtable is introduced? -- Ding Dinghua

Re: Cube Merge Error

2016-11-10 Thread ShaoFeng Shi
If you're using the precise distinct count (or say bitmap) on a non-integer column, Kylin need build dictionary to do a string -> integer convertion. To support ultra high cardinality, the "global dictionary" should be selected as it has less memory footprint, which can support up to 2 billion

Re: 答复: hadoop2.2 imcompatible proble

2016-11-10 Thread ShaoFeng Shi
You can try to compile Kylin source code with Hadoop 2.2; we never did that; There are some Hadoop API change (as Billy mentioned) so you need re-write some codes. Good luck! 2016-11-10 16:42 GMT+08:00 胡志华(万里通科技及数据中心商务智能团队数据分析组) < huzhihua...@pingan.com.cn>: > You mean , it's impossible to

答复: hadoop2.2 imcompatible proble

2016-11-10 Thread 万里通科技及数据中心商务智能团队数据分析组
You mean , it's impossible to deploy kylin on hadoop 2.2? Give up or upgrade hadoop version , another way? -邮件原件- 发件人: Billy(Yiming) Liu [mailto:liuyiming@gmail.com] 发送时间: 2016年11月10日 12:02 收件人: dev 主题: Re: hadoop2.2 imcompatible proble Based on my limited experience, here are