[jira] [Created] (KYLIN-2250) Make HiveMRInput support Hive View

2016-12-05 Thread Wang Cheng (JIRA)
Wang Cheng created KYLIN-2250: - Summary: Make HiveMRInput support Hive View Key: KYLIN-2250 URL: https://issues.apache.org/jira/browse/KYLIN-2250 Project: Kylin Issue Type: Bug

[jira] [Created] (KYLIN-2249) Build cube error when use "inmem" but ok with "layer"

2016-12-05 Thread hoangle (JIRA)
hoangle created KYLIN-2249: -- Summary: Build cube error when use "inmem" but ok with "layer" Key: KYLIN-2249 URL: https://issues.apache.org/jira/browse/KYLIN-2249 Project: Kylin Issue Type: Bug

Re: job build

2016-12-05 Thread Mario Copperfield
OK, thanks, i got it! On 6 Dec 2016, 11:37 +0800, ShaoFeng Shi , wrote: > Hi Copperfield, > > The "auto merge" is a "nice-to-have" feature for "partitioned" cube; For > partitioned cube, the build is always incremental. > > 2016-12-06 11:08 GMT+08:00 Mario Copperfield

Re: 回复: 使用全局字典报错AppendTrieDictionary can't retrive value from id

2016-12-05 Thread roger shi
Hi wangdan, Would you please attach the cube desc json? The cube definition in previous email is cube instance json. Thanks, Roger On 06/12/2016, 10:20 AM, "wang...@snqu.com" wrote:

回复: 使用全局字典报错AppendTrieDictionary can't retrive value from id

2016-12-05 Thread wang...@snqu.com
查看了kylin.properties文件中kylin.dictionary.max.cardinality=500修改为kylin.dictionary.max.cardinality=2000 同时修改cube, 添加rowkey,重新编译成功 但是查询时以下的两个语句可以成功 select label, count(label) from USERCASE_20161204 group by label order by label desc select name, count(name) from USERCASE_20161204 group by name

Re: A question about establishing Kylin

2016-12-05 Thread rockteen
Hi, thanks for replying. According to the download page of the website, for Hbase 0.99 it seems that the apache-kylin-1.6.0-bin.tar.gz should be the appropriate binary package? Actually I've try this one before but it didn't work. Thus I downloaded the apache-kylin-1.5.4.1-bin.tar.gz and gave

Re: Streaming cube build failed

2016-12-05 Thread Billy Liu
Thanks for the update. Any feedback is welcomed. 2016-12-05 14:42 GMT+08:00 汪胜 : > I'm sorry to trouble you. I had found the reason about why the build job > failed. I wrote the wrong kafka host when I create streaming table. When I > added a broker, I wrote the host as

Re: A question about establishing Kylin

2016-12-05 Thread Dong Li
Hello, Seems the root cause is: java.lang.NoSuchMethodError: org.apache.hadoop.hbase.client.HBaseAdmin.(Lorg/apache/hadoop/hbase/client/HConnection;)V Since HBase APIs differ in different versions, Kylin provides 3 binary packages for different hbase versions. Please check your version. If

A question about establishing Kylin

2016-12-05 Thread rockteen
Hi, I was trying to setup Kylin on a Hadoop Cluster which is managed by Ambari. The version of hadoop is 2.6.0, the version of Hive is 0.14.0, the version of HBase is 0.99.2 and the version of kylin is apache-kylin-1.5.4.1-bin.tar.gz. I could see the "A new Kylin instance is started by root" but