Fwd: 关于kylin的一个问题

2017-03-06 Thread
-- Forwarded message - From: wang...@aspirecn.com Date: 2017年3月7日周二 上午9:52 Subject: 关于kylin的一个问题 To: z.qianhao 你好, 我是一名大数据从业人员,这几天在研究麒麟的使用。在我跑完sample.sh脚本后, 在monitor界面监控kylin_sales_cude的执行,然后页面上报错。日志文件显示如下: [image: Catch.jpg] 想问一下,这里为什么程序会去hdfs上找Hive包?是不是哪里需要配置? ---

Fwd: 2015年7月16日 15:34:38 自动保存草稿

2016-08-14 Thread
-- Forwarded message - From: Date: 2016年8月13日周六 上午5:27 Subject: Re: 2015年7月16日 15:34:38 自动保存草稿 To: Hi, Could you please let me know how you solved the problem as i'm facing the same issue :( that's interesting, kylin will not hard code some thing like that. So it should be so

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

2016-04-09 Thread
+1 (binding) md5 passed sha1 passed ShaoFeng Shi 于2016年4月9日周六 下午4:18写道: > +1 (binding) > > verified signature, md5 and sha hash; mvn test also passed; > > 2016-04-09 16:01 GMT+08:00 王晓雨 : > > > +1 (binding) > > > > mvn test passed > > signature&md5&sha1 verified > > > > > > > 在 2016年4月9日,15:03,Li

Re: Kylin can be connected to HBase

2016-03-28 Thread
nnected to the > hive, now we want to use it to read the HBase data can also be so to speak, > we use Phoenix to read the HBase data, want to ask kylin can be connected > directly to Phoenix or HBase direct manipulation of data. > > > > -- 原始邮件 -- >

Re: Kylin can be connected to HBase

2016-03-28 Thread
Hi yang Can you share some details and what you want to achieve, this will help understand the problem 杨飞 <1179085...@qq.com>于2016年3月29日周二 上午10:04写道: > Kylin in addition to the connection hive, if you want to connect to HBase, > it should be how to configure ?

Re: [VOTE] Release apache-kylin-1.3.0 (release candidate 2)

2016-03-13 Thread
+1(binding) md5 sha1 passed Luke Han 于2016年3月13日周日 下午6:40写道: > Hi Hongbin, > Please help to send out result mail since this vote already over 3 > days. > > Thanks. > > Luke > > > Best Regards! > - > > Luke Han > > On Fri, Mar 11, 2016 at 8:02 AM, Luke Han wrote: > > >

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

2016-03-13 Thread
+1(binding) md5 sha1 passed 王晓雨 于2016年3月13日周日 上午11:00写道: > +1(no binding) > > verify signature&md5&sha1 passed > mvn test passed > > > 在 2016年3月12日,21:14,ShaoFeng Shi 写道: > > > > Verified gpg signature and md5/sha1 hash, "mvn test" is passed; here is > my > > vote: > > > > +1 (binding) > > > > 2

Re: Welcome new Apache Kylin committer: Luwei Chen

2015-12-30 Thread
welcome~ Henry Saputra 于2015年12月31日周四 上午5:02写道: > Welcome, Luwei > > - Henry > > On Wed, Dec 30, 2015 at 5:47 AM, Luke Han wrote: > > I am very pleased to announce that the Project Management Committee > > (PMC) of Apache Kylin has asked Luwei Chen to become Apache Kylin > committer > > , > > an

Re: Kylin ingnores startTime in cube build process

2015-12-07 Thread
Hi Marek Is this your first time to build the cube? Kylin will use the end time of last segment's as the start time. And if there are no segments have been built, the partition start date will be used as the first segment's start time. Marek Wiewiorka 于2015年12月7日周一 下午8:14写道: > Hi All, >

Re: Build Dimension Dictionary Step----Not a valid value

2015-12-03 Thread
It seems to me that the cardinality of dimension REF will be quite large, which may exceed the limit of 5 million, and also may not be hold in memory. You may choose not to use dictionary for this dimension or even exclude this dimension from your cube (because this will reduce your cube size and b

Re: Extract Fact Table Distinct Columns Error

2015-12-03 Thread
What hongbin tries to say is that the error shows only why kylin fails to send notification when the job fails. However you should dig into why the job fails, and the step should be a MR job which you can see the error log through Application Master UI. Jerome liu 于2015年12月2日周三 下午8:13写道: > I'm so

Re: session time out

2015-12-03 Thread
creating a cube with 260 measures requires so much work through GUI. Or there is a tricky way to do it if you are famlier with the metadata. You may create a cube with only 1 measures, and then edit the data model and cube json manually Luke Han 于2015年12月2日周三 下午11:04写道: > 260 measures...would lov