Re: My kylin cube build successfully,but when query Imeetthisexception:

2016-05-03 Thread lidong
As some users met same issue like this, let’s use this JIRA to track and discuss. https://issues.apache.org/jira/browse/KYLIN-1651 Thanks, Dong Original Message Sender:zhangrongkun563364...@qq.com Recipient:dev...@kylin.apache.org Date:Wednesday, May 4, 2016 11:26 Subject:Re: My kylin cube

[jira] [Created] (KYLIN-1651) Coprocessor timeout in some hbase versions

2016-05-03 Thread Dong Li (JIRA)
Dong Li created KYLIN-1651: -- Summary: Coprocessor timeout in some hbase versions Key: KYLIN-1651 URL: https://issues.apache.org/jira/browse/KYLIN-1651 Project: Kylin Issue Type: Bug

Re: why I got nothing when I select from KYLIN_SALES

2016-05-03 Thread kevin
I dound the reason is : the hadoop historyserver need to be started! 2016-05-04 11:05 GMT+08:00 Dong Li : > Hi Kevin, > > Have you checked DATA SIZE in each job build steps? > > Thanks, > Dong Li > > 2016-05-04 10:17 GMT+08:00 kevin : > >> hi,all >>

Re: Timeout visiting cube!

2016-05-03 Thread Amit Jain
Hadoop distribution/Version is Cloudera - CDH5.7 / 2.6.0 Hbase version: 1.2.0 On Tue, May 3, 2016 at 11:57 PM, hongbin ma wrote: > The "timeout" is not the root cause, it's bad log requires improving ( > https://issues.apache.org/jira/browse/KYLIN-1645) > > The root cause

Re: Timeout visiting cube!

2016-05-03 Thread Amit Jain
Here is the text from kylin.log === 2016-05-03 15:01:51,151 INFO [localhost-startStop-1] core.SpringSecurityCoreVersion:33 : You are running with Spring

Re: My kylin cube build successfully,but when query I meetthisexception:

2016-05-03 Thread zhangrongkun
I have checkout the HBase's jar,the content include the method. -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Re-My-kylin-cube-build-successfully-but-when-query-I-meetthisexception-tp4351p4378.html Sent from the Apache Kylin mailing list archive at Nabble.com.

Re: notification list problem

2016-05-03 Thread Jian Zhong
seems UI for this jira is not ready. https://issues.apache.org/jira/browse/KYLIN-869 will fix in next release. On Wed, May 4, 2016 at 10:48 AM, Tao Li(Internship) wrote: > Hi, > > I want to use the notification list function. But the message was not > sent, and the

Re: My kylin cube build successfully,but when query I meetthisexception:

2016-05-03 Thread hongbin ma
​please go to https://github.com/apache/hbase, checkout the version corresponding to your deployed hbase version, and check if the method org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment.getRegion() exist. if the method does exist. Then you might need to check if your hbase is

notification list problem

2016-05-03 Thread Tao Li(Internship)
Hi, I want to use the notification list function. But the message was not sent, and the kylin.log as follows: 2016-05-04 10:19:21,657 INFO [pool-5-thread-10] manager.ExecutableManager:274 : job id:3e0de97f-5922-40f3-8c67-70eb9acffdf7 from RUNNING to SUCCEED 2016-05-04 10:19:21,658 INFO

Re: CubeHFileJob fail with mr job configuration

2016-05-03 Thread alaleiwang
no ,i am using cluster mode on an offline-testing hadoop 2.4.1 cluster,the env is the same as our production cluster -- View this message in context: http://apache-kylin.74782.x6.nabble.com/CubeHFileJob-fail-with-mr-job-configuration-tp4331p4374.html Sent from the Apache Kylin mailing list

why I got nothing when I select from KYLIN_SALES

2016-05-03 Thread kevin
hi,all I use kylin1.5.1 and it's example cub . after I build cube I execute : select * from KYLIN_SALES,no result .but other two table have result.I select from hive table ,KYLIN_SALES have the right data. I don't know why?

Re: CubeHFileJob fail with mr job configuration

2016-05-03 Thread hongbin ma
are you using a local mode hadoop? if that's the case I'd suggest to use a hortonworks/cloudera sandbox to avoid env issues. On Tue, May 3, 2016 at 12:52 PM, alaleiwang wrote: > any reply for this? > > -- > View this message in context: >

Re: java.lang.IllegalArgumentException:KeyValue size too large at Building Dimension Dictionary

2016-05-03 Thread hongbin ma
is it possible that one of the dimensions specified as "dict encoding" turns out to be having huge cardinality/dimension length? if that's the case, the generated dictionary might be too large to fix. You should think about using other dimension encodings like "fixed length" or "extended column

Re: Timeout visiting cube!

2016-05-03 Thread hongbin ma
Hi Amit seems no attachment is found On Tue, May 3, 2016 at 11:09 PM, Amit Jain wrote: > Hi Li, > Log file is attached. Please let me know your findings. > Thanks for your help. > Amit > > On Tue, May 3, 2016 at 5:00 AM, Li Yang wrote: > >> Could you share

Re: Exception at build streaming cube

2016-05-03 Thread Nick Dimiduk
For what it's worth, I get the same error in the above stacktrace. I added a kafka source, defined my model over that source, and then created a cube from that. With that cube, I tried doing as with the tutorial sample, submitting a build action. This produces this error. On Tue, May 3, 2016 at

Re: Exception at build streaming cube

2016-05-03 Thread Nick Dimiduk
On Thu, Apr 14, 2016 at 3:24 AM, ShaoFeng Shi wrote: > For how to setup streaming cubing, please keep updated with the tutorial. > Where do i find this tutorial? I don't find it on the project site or through google search. Thanks, Nick 2016-04-14 17:39 GMT+08:00 陈佛林

[jira] [Created] (KYLIN-1650) java.io.IOException: Filesystem closed - in Cube Build Step 2

2016-05-03 Thread Richard Calaba (JIRA)
Richard Calaba created KYLIN-1650: - Summary: java.io.IOException: Filesystem closed - in Cube Build Step 2 Key: KYLIN-1650 URL: https://issues.apache.org/jira/browse/KYLIN-1650 Project: Kylin

[jira] [Created] (KYLIN-1649) Build scripts correct ??? How to build Kylin from source (older branch)

2016-05-03 Thread Richard Calaba (JIRA)
Richard Calaba created KYLIN-1649: - Summary: Build scripts correct ??? How to build Kylin from source (older branch) Key: KYLIN-1649 URL: https://issues.apache.org/jira/browse/KYLIN-1649 Project:

Re: Understanding the cube building process

2016-05-03 Thread Nick Dimiduk
Very nice talk, thank you. That helped put many things into context for me. I will resume my study of the code for understanding engine implementation details. One final question -- is there a doc for getting started with the experimental Kafka integration? Thanks, Nick On Tue, May 3, 2016 at

Re: Timeout visiting cube!

2016-05-03 Thread Amit Jain
Hi Li, Log file is attached. Please let me know your findings. Thanks for your help. Amit On Tue, May 3, 2016 at 5:00 AM, Li Yang wrote: > Could you share kylin.log? There must be something else behind the timeout > error. > > On Fri, Apr 29, 2016 at 11:53 AM, Amit Jain

[jira] [Created] (KYLIN-1647) Purge a cube, and then build again, the start date is not updated

2016-05-03 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-1647: --- Summary: Purge a cube, and then build again, the start date is not updated Key: KYLIN-1647 URL: https://issues.apache.org/jira/browse/KYLIN-1647 Project: Kylin

Re: sample cubu building hung on step 5

2016-05-03 Thread kevin
sorry . it's my fault . my hadoop not support snappy. 2016-05-03 18:41 GMT+08:00 kevin : > hi.all >I use kylin1.5.1 \ hbase 0.98.16 \ hadoop2.7.1 \ HIVE2.0 on tez . When > I try to build the sample cube ,it alway runing on step 5 :#5 Step Name: > Create > HTable . >

[jira] [Created] (KYLIN-1646) Column appeared twice if it was declared as both dimension and measure

2016-05-03 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-1646: --- Summary: Column appeared twice if it was declared as both dimension and measure Key: KYLIN-1646 URL: https://issues.apache.org/jira/browse/KYLIN-1646 Project: Kylin

sample cubu building hung on step 5

2016-05-03 Thread kevin
hi.all I use kylin1.5.1 \ hbase 0.98.16 \ hadoop2.7.1 \ HIVE2.0 on tez . When I try to build the sample cube ,it alway runing on step 5 :#5 Step Name: Create HTable . ### log like below: 2016-05-03 18:10:36,994 INFO [http-bio-7070-exec-8] service.CubeService:614 : checking keepCubeRetention

Re: My kylin cube build successfully,but when query I meetthisexception:

2016-05-03 Thread Li Yang
Drop and rebuild the cube will redeploy latest coprocessor. On Tue, May 3, 2016 at 4:36 PM, zhangrongkun <563364...@qq.com> wrote: > My version is kylin1.5.1,but the kylin1.5.1 is two different version,the > front I install apache-kylin-1.5.1-bin.tar.gz,but after that I new install >

Re: java.lang.IllegalArgumentException:KeyValue size too large at Building Dimension Dictionary

2016-05-03 Thread ShaoFeng Shi
What's the "hbase.client.keyvalue.maxsize" in your hbase configuration? Guess it is bigger than 10485760. Please get that value and then set "kylin.hbase.client.keyvalue.maxsize" conf/kylin.properteis to the same or less than hbase's. Kylin uses the later one to deciside whether put a resource to

Re: My kylin cube build successfully,but when query I meet thisexception:

2016-05-03 Thread zhangrongkun
OK 2016-05-03 15:39:11,762 INFO [http-bio-7070-exec-1] controller.QueryController:174 : Using project: learn_kylin 2016-05-03 15:39:11,762 INFO [http-bio-7070-exec-1] controller.QueryController:175 : The original query: select part_dt, sum(price) as total_selled, count(distinct seller_id) as

Re: My kylin cube build successfully,but when query I meet thisexception:

2016-05-03 Thread lidong
Could you copy your log content to email? It’s very hard to analyze on a picture… Thanks, Dong Original Message Sender:zhangrongkun563364...@qq.com Recipient:dev...@kylin.apache.org Date:Tuesday, May 3, 2016 15:34 Subject:My kylin cube build successfully,but when query I meet thisexception:

My kylin cube build successfully,but when query I meet this exception:

2016-05-03 Thread zhangrongkun
My HBase version is 1.0,hive: 1.2,hadoop: 2.6 kylin:apache-kylin-1.5.1-HBase1.1.3-bin. My kylin cube build successfully,but when query I meet this exception: -- View this message in context:

回复: My Resourcemanager at another machine,when build kylin cube I meet this exception:

2016-05-03 Thread zhangrongkun
Thank you! flow your suggestion,the problem have resolved. -- 原始邮件 -- 发件人: "Dong Li [via Apache Kylin]";; 发送时间: 2016年5月3日(星期二) 下午2:59 收件人: "zrk"<563364...@qq.com>; 主题: Re: My Resourcemanager at another machine,when build

Re: My Resourcemanager at another machine,when build kylin cube I meet this exception:

2016-05-03 Thread lidong
This happens on getting mapreduce job status. You can set property kylin.job.yarn.app.rest.check.status.url to your correct yarn rest API address in kylin.properties file. For example: kylin.job.yarn.app.rest.check.status.url=http:///ws/v1/cluster/apps/${job_id}?anonymous=true Thanks,

My Resourcemanager at another machine,when build kylin cube I meet this exception:

2016-05-03 Thread zhangrongkun
-- View this message in context: http://apache-kylin.74782.x6.nabble.com/My-Resourcemanager-at-another-machine-when-build-kylin-cube-I-meet-this-exception-tp4345.html Sent from the Apache Kylin mailing