Re: Kylin build cube is failing at step 2 "Extract Fact Table Distinct Columns"

2015-12-17 Thread mkc450
I did not change log4j.properties. It's the default configuration. Should I change anything in the file? -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Kylin-build-cube-is-failing-at-step-2-Extract-Fact-Table-Distinct-Columns-tp2830p2839.html Sent from the Apache Kylin m

Re: Can't get dictionary value for column

2015-12-17 Thread Abhilash L L
Should I raise a JIRA ticket for this ? Regards, Abhilash On Fri, Dec 18, 2015 at 12:56 AM, Abhilash L L wrote: > Hello for one of the dimensions it started giving the following error and > the response was empty. > > [http-bio-7071-exec-11]:[2015-12-17 > 13:48:23,548][ERROR][org.apache.kylin.c

[jira] [Created] (KYLIN-1240) Fix link and typo in README

2015-12-17 Thread Gabor Liptak (JIRA)
Gabor Liptak created KYLIN-1240: --- Summary: Fix link and typo in README Key: KYLIN-1240 URL: https://issues.apache.org/jira/browse/KYLIN-1240 Project: Kylin Issue Type: Improvement Com

Can't get dictionary value for column

2015-12-17 Thread Abhilash L L
Hello for one of the dimensions it started giving the following error and the response was empty. [http-bio-7071-exec-11]:[2015-12-17 13:48:23,548][ERROR][org.apache.kylin.cube.kv.RowKeyColumnIO.readColumnString(RowKeyColumnIO.java:113)] - Can't get dictionary value for column DIM_FKEY (id = 23561

Re: [VOTE] Release apache-kylin-1.2 (release candidate 1)

2015-12-17 Thread 王晓雨
+1(binding) md5&sha1 is OK mvn test is OK script/package.sh is OK > 在 2015年12月17日,18:42,Huang Hua 写道: > > +1(binding) > > md5 & sha1 - verified > mvn test - verified > mvn package -DskipTests - verified > >> -邮件原件- >> 发件人: dev-return-5324-huanghua=mininglamp@kylin.apache.org >> [

Re: Kylin build cube is failing at step 2 "Extract Fact Table Distinct Columns"

2015-12-17 Thread 王晓雨
It seem the log4j config problem! Please check log4j.properties in your hadoop cluster.confirm it is correct. > 在 2015年12月17日,22:55,mkc450 写道: > > > Thank you for quick response > > I am sorry I don't know how to do that, but in this file i can the see the > following message. > > $HADOOP_HO

Re: Kylin build cube is failing at step 2 "Extract Fact Table Distinct Columns"

2015-12-17 Thread mkc450
Thank you for quick response I am sorry I don't know how to do that, but in this file i can the see the following message. $HADOOP_HOME/logs/userlogs/application_1450352735335_0002/container_1450352735335_0002_01_01/stderr log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundExc

Re: HBase 1.1 support

2015-12-17 Thread Luke Han
here you are: https://github.com/apache/kylin/tree/1.x-HBase1.1.3 Thanks. Best Regards! - Luke Han On Thu, Dec 17, 2015 at 10:31 PM, Marek Wiewiorka wrote: > Hi Luke - I think I am lost a bit - I can only the following "staging" > branches: > https://github.com/apache/kyl

Re: Kylin build cube is failing at step 2 "Extract Fact Table Distinct Columns"

2015-12-17 Thread 王晓雨
Can you extract the hadoop job log for the “application_1450352735335_0002” job in your yarn or mr history server? The error detail will in the mapreduce job log. > 在 2015年12月17日,22:41,mkc450 写道: > > --- > Version information > hadoop: 2.7.1 > hive: 0.14.0 > hbase: 0.98.16 >

Kylin build cube is failing at step 2 "Extract Fact Table Distinct Columns"

2015-12-17 Thread mkc450
--- Version information hadoop: 2.7.1 hive: 0.14.0 hbase: 0.98.16 kylin: 1.1.1 All binary packages. operating system : ubuntu 12.04,64 bit --- Hi, I am new to kylin and hadoop. I'm trying to build sample cube. Unfortunately it is failing at step #2 "Extract F

Re: HBase 1.1 support

2015-12-17 Thread Marek Wiewiorka
Hi Luke - I think I am lost a bit - I can only the following "staging" branches: https://github.com/apache/kylin [image: Obraz w treści 1] Where can I find this one: 1.x-staging-HBase-1.x ? Many thanks and I'm sorry if I just overlooked sth... M. 2015-12-17 15:12 GMT+01:00 Luke Han : > Pleas

Re: HBase 1.1 support

2015-12-17 Thread Luke Han
Please compare to 1.x-staging branch, master is latest stable version. 1.x-staging-HBase-1.x branch should also stable but will have a little bit delay to 1.x-staging branch (active development branch). Please have a try and let's know if there's any issue.  Regards! Luke Han On Thu, Dec 17, 2

Re: HBase 1.1 support

2015-12-17 Thread Marek Wiewiorka
Hi Luke - thanks for your response! It seems that branch 1.1 is a bit behind the master (last commit ~1 month ago) - is there any plan to keep it in sync with the master on regular basis? Thanks, Marek 2015-12-17 13:36 GMT+01:00 Luke Han : > There's one branch supports HBase 1.x already, please

Re: HBase 1.1 support

2015-12-17 Thread Luke Han
There's one branch supports HBase 1.x already, please checkout and build binrary package. Start from Kylin 2.x release, we will support HBase 1.x as default, but will also have another branch to support HBase 0.98.x version. For user to easy download and try, I think we may should generate packag

答复: [VOTE] Release apache-kylin-1.2 (release candidate 1)

2015-12-17 Thread Huang Hua
+1(binding) md5 & sha1 - verified mvn test - verified mvn package -DskipTests - verified > -邮件原件- > 发件人: dev-return-5324-huanghua=mininglamp@kylin.apache.org > [mailto:dev-return-5324-huanghua=mininglamp@kylin.apache.org] 代表 > Luke Han > 发送时间: 2015年12月17日 14:25 > 收件人: dev@kylin.ap

Re: Bump KYLIN-976

2015-12-17 Thread Yerui Sun
That’s great. I’ll working on bitmap counter implemention and cube buidling in this week, and merge your changing on query logic next week. > 在 2015年12月17日,17:48,Li Yang 写道: > > @Sun Yerui, I looked the query parsing part again, it's possible to delay > the aggregation mapping to be after cube

Re: HBase 1.1 support

2015-12-17 Thread Marek Wiewiorka
That's right - key players: Cloudera and Hortonworks ship their distros with HBase 1.0 or 1.1. Up-to-date HBase 1.1 branch would definitely boost Kylin adoption and I think should be treated as high-priority. 2015-12-16 18:00 GMT+01:00 Randy Gelhausen : > +1 to this question. Many new Hadoop in

Re: Bump KYLIN-976

2015-12-17 Thread Li Yang
@Sun Yerui, I looked the query parsing part again, it's possible to delay the aggregation mapping to be after cube selection. And then the type info on the cube can supplement the mapping. It requires some refactoring effort, but won't affect the MeasureType interface. You can proceed implementatio