Re: Dropping hbase table on dropping the cube

2015-12-29 Thread Shi, Shaofeng
We just think offline deletion is good enough, and it has some benefit like: user still has chance to recover if the cube be purged by mistake; user don¹t need wait on UI until HBase drops all tables, etc; On 12/30/15, 1:26 PM, "Abhilash L L" wrote: >Hello, > > When we purge the cube, the hbas

Dropping hbase table on dropping the cube

2015-12-29 Thread Abhilash L L
Hello, When we purge the cube, the hbase table in which all cuboids are being stored is not being dropped. And as per the site seems like its a conscious decision. http://kylin.apache.org/docs/howto/howto_cleanup_storage.html Why dont we disable+drop the hbase table right away when w

Re: build cube error during step 2

2015-12-29 Thread hongbin ma
check this http://apache-kylin.74782.x6.nabble.com/NoSuchMethodError-org-apache-hadoop-yarn-conf-YarnConfiguration-getServiceAddressConfKeys-td2937.html On Wed, Dec 30, 2015 at 12:43 PM, cedricsun(孙仕杰) wrote: > Hi, I'm trying to run kylin1.2 on my test hadoop env with hadoop2.7.1 + > hive0.14 +

build cube error during step 2

2015-12-29 Thread 孙仕杰
Hi, I'm trying to run kylin1.2 on my test hadoop env with hadoop2.7.1 + hive0.14 + hbase0.98. But when I build the sample cube "kylin_sales_cube" , I encounter some error during step 2 "Extract Fact Table Distinct Columns". "java.lang.NoSuchMethodError: org.apache.hadoop.yarn.conf.YarnConfigura

Re: 答复: long time create HTable without error

2015-12-29 Thread wangxianbin1...@gmail.com
hi all! kylin log does not help. it just keep telling you that there is one job running! if you insist digging on this way, I suggest you try on hadoop yarn and hbase log best regards! wangxianbin1...@gmail.com 发件人: 胡志华(万里通科技及数据中心商务智能团队数据分析组) 发送时间: 2015-12-30 11:07 收件人: dev@kylin.apache.or

[jira] [Created] (KYLIN-1268) Fix 2 kylin logs

2015-12-29 Thread liyang (JIRA)
liyang created KYLIN-1268: - Summary: Fix 2 kylin logs Key: KYLIN-1268 URL: https://issues.apache.org/jira/browse/KYLIN-1268 Project: Kylin Issue Type: Improvement Reporter: liyang

答复: 答复: long time create HTable without error

2015-12-29 Thread 万里通科技及数据中心商务智能团队数据分析组
Yes, I found that ,and launched jobhistory already, But now, kylin.log like this [pool-6-thread-1]:[2015-12-30 10:57:13,948][INFO][org.apache.kylin.job.impl.threadpool.DefaultScheduler$FetcherRunner.run(DefaultScheduler.java:112)] - Job Fetcher: 1 running, 1 actual running, 0 ready, 0 others [

[jira] [Created] (KYLIN-1267) Check Kryo performance when spilling aggregation cache

2015-12-29 Thread liyang (JIRA)
liyang created KYLIN-1267: - Summary: Check Kryo performance when spilling aggregation cache Key: KYLIN-1267 URL: https://issues.apache.org/jira/browse/KYLIN-1267 Project: Kylin Issue Type: Improvemen

Re: 答复: long time create HTable without error

2015-12-29 Thread wangxianbin1...@gmail.com
hi all! the error log just tell you that your hadoop jobhistory service is not turn on, nothing else! I think you should follow luke suggestion! best regards! wangxianbin1...@gmail.com 发件人: 胡志华(万里通科技及数据中心商务智能团队数据分析组) 发送时间: 2015-12-30 09:23 收件人: 'dev@kylin.apache.org' 主题: 答复: long time cre

[jira] [Created] (KYLIN-1266) Tune 2.0 release package size

2015-12-29 Thread liyang (JIRA)
liyang created KYLIN-1266: - Summary: Tune 2.0 release package size Key: KYLIN-1266 URL: https://issues.apache.org/jira/browse/KYLIN-1266 Project: Kylin Issue Type: Improvement Reporter: l

[jira] [Created] (KYLIN-1265) Make sure 2.0 query is no slower than 1.0

2015-12-29 Thread liyang (JIRA)
liyang created KYLIN-1265: - Summary: Make sure 2.0 query is no slower than 1.0 Key: KYLIN-1265 URL: https://issues.apache.org/jira/browse/KYLIN-1265 Project: Kylin Issue Type: Improvement

Re: Re: encouter Deserialization error when load hive table

2015-12-29 Thread wangxianbin1...@gmail.com
hi yang! hive does work, any other idea? best regards! wangxianbin1...@gmail.com From: Li Yang Date: 2015-12-29 16:15 To: dev Subject: Re: encouter Deserialization error when load hive table Try hive command from the Kylin node, does simple hive queries work? On Thu, Dec 24, 2015 at 2:03 P

[jira] [Created] (KYLIN-1264) Streaming build engine should update metadata like source record count etc

2015-12-29 Thread liyang (JIRA)
liyang created KYLIN-1264: - Summary: Streaming build engine should update metadata like source record count etc Key: KYLIN-1264 URL: https://issues.apache.org/jira/browse/KYLIN-1264 Project: Kylin I

[jira] [Created] (KYLIN-1263) remove FuzzyRowFilterV2 as it is not being used

2015-12-29 Thread hongbin ma (JIRA)
hongbin ma created KYLIN-1263: - Summary: remove FuzzyRowFilterV2 as it is not being used Key: KYLIN-1263 URL: https://issues.apache.org/jira/browse/KYLIN-1263 Project: Kylin Issue Type: Improveme

答复: long time create HTable without error

2015-12-29 Thread 万里通科技及数据中心商务智能团队数据分析组
Step13 create Htable Kylin.log shows "Job Fetcher: 1 running, 1 actual running, 0 ready, 0 others" all the time [pool-7-thread-10]:[2015-12-30 09:58:56,406][INFO][org.apache.kylin.job.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:58)] - -cubename kylin_sales_cube -input h

答复: long time create HTable without error

2015-12-29 Thread 万里通科技及数据中心商务智能团队数据分析组
Hi Luke, Thanks for your suggestion, but sandbox is suitable for personal experiment. We would like to use kylin on our own clusters(hadoop/hbase/hive), that's our actual usage scenario. I have refered to kylin.apache.org from beginning to the end, I can't find more suggest fr

Re: long time create HTable without error

2015-12-29 Thread Luke Han
Hi Zhihua, For more detail, please check installation guide first: http://kylin.apache.org/docs/install/index.html No matter which distribution you pickup, but please just try to play with suggested one for quick start and then try to a

Re: long time create HTable without error

2015-12-29 Thread Luke Han
I would like to suggest start experimentation with Hortonworks sandbox (HDP) and Kylin binary package first, when you have more insight about the entire process and how Kylin interactive with Hadoop/Hive/HBase, then move to your own cluster with apache only distribution. And please double check in

[jira] [Created] (KYLIN-1262) writer doc about 'monitor' module

2015-12-29 Thread Zhong,Jason (JIRA)
Zhong,Jason created KYLIN-1262: -- Summary: writer doc about 'monitor' module Key: KYLIN-1262 URL: https://issues.apache.org/jira/browse/KYLIN-1262 Project: Kylin Issue Type: Improvement

[jira] [Created] (KYLIN-1261) Command+Option+Space(on Mac) cannot list tables/columns in query box

2015-12-29 Thread Dong Li (JIRA)
Dong Li created KYLIN-1261: -- Summary: Command+Option+Space(on Mac) cannot list tables/columns in query box Key: KYLIN-1261 URL: https://issues.apache.org/jira/browse/KYLIN-1261 Project: Kylin Issue

long time create HTable without error

2015-12-29 Thread 万里通科技及数据中心商务智能团队数据分析组
Hi all, Hadoop2.7.1 Hbase0.98.16 Hive1.2.1 My sample cube Is running with error and error, this time stoped at step 13 “Create HTable” for a long time without any error notification I found the log of hamster, as below 2015-12-29 21:18:02,345 INFO [FifoRp

[jira] [Created] (KYLIN-1260) Job status labels are not in same style

2015-12-29 Thread Dong Li (JIRA)
Dong Li created KYLIN-1260: -- Summary: Job status labels are not in same style Key: KYLIN-1260 URL: https://issues.apache.org/jira/browse/KYLIN-1260 Project: Kylin Issue Type: Bug Component

[jira] [Created] (KYLIN-1259) Change background color of job progress

2015-12-29 Thread Lola Liu (JIRA)
Lola Liu created KYLIN-1259: --- Summary: Change background color of job progress Key: KYLIN-1259 URL: https://issues.apache.org/jira/browse/KYLIN-1259 Project: Kylin Issue Type: Improvement

Re: 答复: sample.sh running error

2015-12-29 Thread Li Yang
Need the full kylin.log to pin down the issue. Apparently Kylin is not accessing the hbase you think it should. The console log produced by `kylin.sh start` may help too. Your cluster contains multiple hbase versions? On Tue, Dec 29, 2015 at 6:01 PM, Li Yang wrote: > Need the full kylin.log t

Re: 答复: sample.sh running error

2015-12-29 Thread Li Yang
Need the full kylin.log to pin down the issue. Apparently Kylin is not accessing the hbase you think it should.

答复: 答复: sample.sh running error

2015-12-29 Thread 万里通科技及数据中心商务智能团队数据分析组
Hadoop 2.7.1 Hbase0.98.13 Kylin1.2 -邮件原件- 发件人: Xiaoyu Wang [mailto:wangxiao...@jd.com] 发送时间: 2015年12月29日 17:38 收件人: dev@kylin.apache.org 主题: Re: 答复: sample.sh running error It may be the hbase version kylin compile is conflict with your hbase cluster. which version do you use:kylin,hbase

Re: 答复: sample.sh running error

2015-12-29 Thread Xiaoyu Wang
It may be the hbase version kylin compile is conflict with your hbase cluster. which version do you use:kylin,hbase and hadoop? 在 2015年12月29日 17:29, 胡志华(万里通科技及数据中心商务智能团队数据分析 组) 写道: Why nobody answer my question? -邮件原件- 发件人: Shi, Shaofeng [mailto:shao...@ebay.com] 发送时间: 2015年12月29

答复: sample.sh running error

2015-12-29 Thread 万里通科技及数据中心商务智能团队数据分析组
Why nobody answer my question? -邮件原件- 发件人: Shi, Shaofeng [mailto:shao...@ebay.com] 发送时间: 2015年12月29日 10:45 收件人: dev@kylin.apache.org 主题: Re: sample.sh running error Need double check this error: Caused by: java.lang.NoSuchMethodError: org.apache.hadoop.hbase.client.HBaseAdmin.(Lorg/

Re: encouter Deserialization error when load hive table

2015-12-29 Thread Li Yang
Try hive command from the Kylin node, does simple hive queries work? On Thu, Dec 24, 2015 at 2:03 PM, xianbin wang wrote: > anyone have a idea for such a error,when load hive table, error as follow: > > L4J [2015-12-24 13:54:39,354][INFO][org.apache.hadoop.mapreduce.Job] - Task > Id : attempt_14