Re: [VOTE] Release apache-kylin-2.3.2 (RC2)

2018-06-27 Thread Yerui Sun
+1 binding 2018-06-27 15:45 GMT+08:00 ShaoFeng Shi : > Verified the signature, md5 hash; > `mvn clean package` got success on Java 1.8.0_111 64-bit with MacOS 10.12.6 > > +1 (binding) > > > 2018-06-27 15:15 GMT+08:00 kangkaisen : > >> Hi all, >> >> I have created a build for Apache Kylin 2.3.2,

Re: [VOTE] Release apache-kylin-2.3.2 (RC1)

2018-06-25 Thread Yerui Sun
+1 binding 2018-06-25 15:49 GMT+08:00 kangkaisen : > Hi all, > > I have created a build for Apache Kylin 2.3.2, release candidate 1. > > Changes highlights: > [KYLIN-3372] - Upgrade jackson-databind version due to security concerns > [KYLIN-3388] - Data may become not correct if mappers fail

Re: [Discuss] Apache Kylin Component Owner Plan

2018-02-08 Thread Yerui Sun
I’d like to take storage-hbase component, thanks. > 在 2018年2月5日,09:56,yu feng 写道: > > may I take JDBC components, and backup with @Dong Li , Thanks. > > 2018-02-05 9:11 GMT+08:00 Jianhua Peng >: > >> +1. >> >> I

Re: Proposal for updating master branch to use HBase 1.x

2017-01-25 Thread Yerui Sun
+1 Use hbase 1.x as default version really make sense. However, we also should support 0.98 version as past, since upgrading is not easy in some production environments. > 在 2017年1月23日,11:41,nichunen 写道: > > +1 > > Hbase 1.x is more commonly used in our clients. >

Re: org.apache.kylin.dict.CachedTreeMap use a couple classes from org.apache.hadoop.fs

2017-01-24 Thread Yerui Sun
Hi,shaofeng, Sorry for my slow response. There’s indeed some serialization issue in spark context. Here’s some my opinions: * Some field is initialized in constructor, which meaning NOT NEED to be serialized, we can qualified these field with ‘transient’; * Do we really need to

Re: [Announce] New Apache Kylin committer Kaisen Kang

2017-01-03 Thread Yerui Sun
Congrats and Welcome, kaisen! > ?? 2017??1??410:40 ?? > > I am glad and honored to join the Apache Kylin community and will keep > contributing to Apache kylin. > > > Thanks for your help and guidance. > > > Wish Apache Kylin better and prosperous. > >

Re: Welcome new Apache Kylin committer: Billy Liu

2016-11-29 Thread Yerui Sun
Welcome aboard, Billy! > 在 2016年11月30日,10:52,2376579413 <2376579...@qq.com> 写道: > > Congratulations, Billy! > > Chris Zhao > > -邮件原件- > 发件人: Billy(Yiming) Liu [mailto:liuyiming@gmail.com] > 发送时间: Wednesday, November 30, 2016 10:06 AM > 收件人: dev > 主题: Re: Welcome new Apache Kylin

Re: [DISCUSS] Naming convention for config files and properties

2016-11-18 Thread Yerui Sun
Great proposal and basically agreed with. Just one question, how to decide the package name of property name? For example, ‘kylin.job’ and ‘kylin.job.mapreduce’ both looks fine, which one should be use, the longer one? > 在 2016年11月18日,17:06,Luke Han 写道: > > +1 that will

[jira] [Created] (KYLIN-2192) More Robust Global Dictionary

2016-11-15 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-2192: Summary: More Robust Global Dictionary Key: KYLIN-2192 URL: https://issues.apache.org/jira/browse/KYLIN-2192 Project: Kylin Issue Type: Improvement

[jira] [Created] (KYLIN-2088) Support intersect count for calculation of retention or conversion rates

2016-10-12 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-2088: Summary: Support intersect count for calculation of retention or conversion rates Key: KYLIN-2088 URL: https://issues.apache.org/jira/browse/KYLIN-2088 Project: Kylin

Re: Precisely Count Distinct on 100 million string values column

2016-08-25 Thread Yerui Sun
; Thanks, I got it. > > We have 100 million new USER_IDs per day (segment), that means after 21 days, > the building task will be failed? > And we can't use "Precisely Count Distinct" in out scene? > > > > > > ---------- -

Re: Precisely Count Distinct on 100 million string values column

2016-08-24 Thread Yerui Sun
lxw, If the values exceed Integer.MAX_VALUE, exception will be threw when dictionary building. You can firstly disable cube and then edit the json on web ui. The action button is in the ??Admins?? of cube list table. BTW, the 255 limitation could be removed in theory, however, that made the

[jira] [Created] (KYLIN-1934) 'Value not exist' During Cube Merging Caused by Empty Dict

2016-08-02 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1934: Summary: 'Value not exist' During Cube Merging Caused by Empty Dict Key: KYLIN-1934 URL: https://issues.apache.org/jira/browse/KYLIN-1934 Project: Kylin Issue Type

[jira] [Created] (KYLIN-1910) Support Separate HBase Cluster with NN HA and Kerberos Authentication

2016-07-21 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1910: Summary: Support Separate HBase Cluster with NN HA and Kerberos Authentication Key: KYLIN-1910 URL: https://issues.apache.org/jira/browse/KYLIN-1910 Project: Kylin

[jira] [Created] (KYLIN-1905) Wrong Default Date in Cube Build Web UI

2016-07-19 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1905: Summary: Wrong Default Date in Cube Build Web UI Key: KYLIN-1905 URL: https://issues.apache.org/jira/browse/KYLIN-1905 Project: Kylin Issue Type: Bug Affects

[jira] [Created] (KYLIN-1894) GlobalDictionary may corrupt when server suddenly crash

2016-07-14 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1894: Summary: GlobalDictionary may corrupt when server suddenly crash Key: KYLIN-1894 URL: https://issues.apache.org/jira/browse/KYLIN-1894 Project: Kylin Issue Type

[jira] [Created] (KYLIN-1803) ExtendedColumn Measure Encoding with Non-ascii Characters

2016-06-17 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1803: Summary: ExtendedColumn Measure Encoding with Non-ascii Characters Key: KYLIN-1803 URL: https://issues.apache.org/jira/browse/KYLIN-1803 Project: Kylin Issue Type

[jira] [Created] (KYLIN-1775) Add Cube Migrate Support for Global Dictionary

2016-06-08 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1775: Summary: Add Cube Migrate Support for Global Dictionary Key: KYLIN-1775 URL: https://issues.apache.org/jira/browse/KYLIN-1775 Project: Kylin Issue Type: Improvement

[jira] [Created] (KYLIN-1762) Query threw NPE whit 3 or more join conditions

2016-06-04 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1762: Summary: Query threw NPE whit 3 or more join conditions Key: KYLIN-1762 URL: https://issues.apache.org/jira/browse/KYLIN-1762 Project: Kylin Issue Type: Bug

[jira] [Created] (KYLIN-1732) Support Window Function

2016-05-24 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1732: Summary: Support Window Function Key: KYLIN-1732 URL: https://issues.apache.org/jira/browse/KYLIN-1732 Project: Kylin Issue Type: Bug Components: Query

Re: Is day type a special date type ?

2016-05-23 Thread Yerui Sun
day is the reserve keyword in kylin, try this: select “DAY",sum(sendmsgs) from sendlog_daily group by “DAY" > 在 2016年5月23日,17:41,zhangrongkun <563364...@qq.com> 写道: > > At query time,my sql is:select day ,sum(sendmsgs) from sendlog_daily group by > day; but result exception : > >

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

2016-05-21 Thread Yerui Sun
-1 Please check https://issues.apache.org/jira/browse/KYLIN-1721, it seems a critical issue. > 在 2016年5月20日,18:11,Xiaoyu Wang 写道: > > +1 (binding) > mvn test passed > signature verified > > 在 2016年05月20日 18:08, Li Yang 写道: >> +1 >> >> mvn test pass >> >> java version

[jira] [Created] (KYLIN-1719) Add config in scan request to control compress the query result or not

2016-05-20 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1719: Summary: Add config in scan request to control compress the query result or not Key: KYLIN-1719 URL: https://issues.apache.org/jira/browse/KYLIN-1719 Project: Kylin

[jira] [Created] (KYLIN-1718) Grow ByteBuffer Dynamically in Cube Building and Query

2016-05-20 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1718: Summary: Grow ByteBuffer Dynamically in Cube Building and Query Key: KYLIN-1718 URL: https://issues.apache.org/jira/browse/KYLIN-1718 Project: Kylin Issue Type

Re: [DISCUSS]Apache Kylin 2.0 Release Features & Criteria

2016-02-02 Thread Yerui Sun
We’ve been looking forward the release of 2.0 for a long time. We also have tested the 2.0-rc internally for a quite while, and proved it’s stable. We’re confident the release for now. > 在 2016年2月2日,17:22,杨海乐 写道: > > hello all, > As users of kylin.We all help Kylin

Re: Exact distinct count support

2016-01-28 Thread Yerui Sun
wrote: > >> If you can figure out a good mapping between date/string to int/long, then >> the bitmap is a good solution. E.g. date maps to integer very well. >> >> Expect community will have more contributions in this area. >> >> >> On Friday, Januar

[jira] [Created] (KYLIN-1372) Query with PrepareStatement failed with OR clause

2016-01-26 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1372: Summary: Query with PrepareStatement failed with OR clause Key: KYLIN-1372 URL: https://issues.apache.org/jira/browse/KYLIN-1372 Project: Kylin Issue Type: Bug

Re: beg suggestions to speed up the Kylin cube build

2016-01-14 Thread Yerui Sun
ings for the three profiles is still discussable. > > > > > On Fri, Jan 15, 2016 at 11:29 AM, Yerui Sun <sunye...@gmail.com> wrote: > >> Agreed with 梁猛. >> >> Actually we found the same issue, the number of reducers is too small in >> step

Re: Welcome new Apache Kylin committer: Luwei Chen

2016-01-06 Thread Yerui Sun
Welcome Luwei! > 在 2016年1月6日,18:05,Chen, Luwei 写道: > > Thanks everyone! It is really my honor to become Apache Kylin committer. > > I am now a master student in Fudan University major in Software > Engineering, having been working with eBay Kylin team as an intern for 9 >

[jira] [Created] (KYLIN-1274) Query from JDBC is partial results by default

2015-12-30 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1274: Summary: Query from JDBC is partial results by default Key: KYLIN-1274 URL: https://issues.apache.org/jira/browse/KYLIN-1274 Project: Kylin Issue Type: Bug

Re: Kylin 1.2 login error

2015-12-24 Thread Yerui Sun
try username ADMIN and password KYLIN > 在 2015年12月24日,23:02,KylinPOC 写道: > > While trying the latest Kylin 1.2 it gives error for the username and > password for ADMIN. Earlier I had Kylin 1.0. I changed the KYLIN_HOME to > point to the new release and started

Re: Questions about query: cache, offset and order by desc

2015-12-21 Thread Yerui Sun
Mahone, Basically based on git commit b8d7d43d6e4969a0b856f9eaf33c7c499c9747f8, and with some code changing which didn’t committed to community, but should not affect the cache in query service. > 在 2015年12月22日,15:35,hongbin ma 写道: > > ​hi yerui > > please provide

Re: Welcome new Apache Kylin committer: Dong Li

2015-12-03 Thread Yerui Sun
Welcome Dong! > 在 2015年12月4日,12:41,Julian Hyde 写道: > > Welcome aboard, Dong! > > On Thu, Dec 3, 2015 at 7:31 PM, Hao Chen wrote: >> Congrats Dong! >> >> Regards, >> Hao >> >> On Fri, Dec 4, 2015 at 10:59 AM, P. Taylor Goetz wrote: >>