[jira] [Created] (KYLIN-2791) Fix bug in readLong function in BytesUtil

2017-08-15 Thread Xiaqing Wang (JIRA)
Xiaqing Wang created KYLIN-2791: --- Summary: Fix bug in readLong function in BytesUtil Key: KYLIN-2791 URL: https://issues.apache.org/jira/browse/KYLIN-2791 Project: Kylin Issue Type: Bug

[jira] [Created] (KYLIN-2790) Add an Extending point to support other types of column family

2017-08-15 Thread Xiaqing Wang (JIRA)
Xiaqing Wang created KYLIN-2790: --- Summary: Add an Extending point to support other types of column family Key: KYLIN-2790 URL: https://issues.apache.org/jira/browse/KYLIN-2790 Project: Kylin

Re: Kylin 主从同步经常失败

2017-08-15 Thread Li Yang
pls provide more info or people cannot help On Tue, Aug 8, 2017 at 3:12 PM, lichaojacobs wrote: > I am sure it's not the network problem. Because some changes can > successfully > send to other nodes. > So, I think it's the program sometimes can not reponse status with

Re: How to migrate cube from one Kylin to another (for example, Kylin QA to Kylin Production) within the different Hadoop Cluster

2017-08-15 Thread Li Yang
Then pls following Shaofeng's answer. On Tue, Aug 8, 2017 at 4:51 PM, wangzy24 wrote: > Not to do the whole data migration, it is iterative development, the demand > upgrade, the part of the metadata that we want to migrate, what could be > the > solution? > > > > shaofengshi

Re: The REST query request failed

2017-08-15 Thread Li Yang
This is known issue https://issues.apache.org/jira/browse/KYLIN-2787 Thanks for reporting. Yang On Tue, Aug 8, 2017 at 3:53 PM, shendandan wrote: > Hello! > I use tableau as kylin's visualization tool. And I want to know can I > create calculated field in

[jira] [Created] (KYLIN-2789) Cube's last build time is wrong

2017-08-15 Thread Hongtao He (JIRA)
Hongtao He created KYLIN-2789: - Summary: Cube's last build time is wrong Key: KYLIN-2789 URL: https://issues.apache.org/jira/browse/KYLIN-2789 Project: Kylin Issue Type: Bug

Re: [DISCUSS] On removing Cube ACL

2017-08-15 Thread Luke Han
Data Model level is better than Cube level. How about to leave extend point there for people who want to keep Cube Level ACL? Best Regards! - Luke Han On Tue, Aug 15, 2017 at 5:30 PM, Li Yang wrote: > So we can still control who can (or cannot)

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

2017-08-15 Thread Luke Han
+1 (binding) mvn test passed gpg/md5/sha1 verified Best Regards! - Luke Han On Tue, Aug 15, 2017 at 9:13 PM, 康凯森 wrote: > +1. > > > Thanks Shaofeng. > > > -- 原始邮件 -- > 发件人: "ShaoFeng Shi";; >

Get data from bigint column error

2017-08-15 Thread jimmy
Hi, I want to get data from kylin sample data. But,It return error message. SQL: select KYLIN_ACCOUNT.ACCOUNT_BUYER_LEVEL from KYLIN_ACCOUNT Error Message: Error while executing SQL "select KYLIN_ACCOUNT.ACCOUNT_BUYER_LEVEL from KYLIN_ACCOUNT LIMIT 5": java.lang.Integer

??????[VOTE] Release apache-kylin-2.1.0 (RC2)

2017-08-15 Thread ??????
+1. Thanks Shaofeng. -- -- ??: "ShaoFeng Shi";; : 2017??8??13??(??) 2:45 ??: "dev"; : [VOTE] Release apache-kylin-2.1.0 (RC2) Hi all, I have created a build for Apache Kylin

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

2017-08-15 Thread George Ni (Chunen Ni)
+1(no binding) mvn test passed build success md5 verified Best regards, Chun’en Ni(倪春恩) Mail: chunen...@kyligence.io Shanghai Kyligence Information Technology Co., Ltd 上海市浦东新区亮秀路112号Y1座405室 在 2017/8/15 下午6:10,“roger shi” 写入:

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

2017-08-15 Thread roger shi
+1 (non-binding) mvn test passed md5 & sha1 verified Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T03:39:06+08:00) Maven home: /usr/local/Cellar/maven/3.5.0/libexec Java version: 1.8.0_91, vendor: Oracle Corporation Java home:

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

2017-08-15 Thread Cheng Wang
+1 (Upgrade Spark to 2.1 should bring more capability to accelerate cubing.) On 8/13/17, 2:45 PM, "ShaoFeng Shi" wrote: >Hi all, > >I have created a build for Apache Kylin 2.1.0, release candidate 2. > >Changes highlights: >KYLIN-2506 - Refactor global dictionary

Re: [DISCUSS] On removing Cube ACL

2017-08-15 Thread Li Yang
So we can still control who can (or cannot) access a cube by defining ACL on tables, right? On Mon, Aug 7, 2017 at 2:26 PM, ShaoFeng Shi wrote: > It makes sense for me. Will the Cube ACL info be migrated (from Cube to > Table) when it is done? > > 2017-08-07 10:37

Re: Dictionary not found

2017-08-15 Thread Li Yang
Hard to troubleshot from the description. Is there a way to reproduce the problem using sample cube? On Wed, Aug 2, 2017 at 11:47 PM, bk_180 wrote: > Hi all, > > We have a cube that needs to get two partitions refreshed, so we run one > job > to refresh the first

Re: Re: Leap Month calculate error

2017-08-15 Thread apache_...@163.com
Run : select date '2011-03-31' - INTERVAL '1' month from KYLIN_CAL_DT got same result :2011-03-01 The result is incorrect apache_...@163.com From: Alberto Ramón Date: 2017-08-15 16:21 To: dev Subject: Re: Leap Month calculate error Try to use DATE statement

Re: Leap Month calculate error

2017-08-15 Thread Alberto Ramón
Try to use DATE statement http://apache-kylin.74782.x6.nabble.com/about-kylin-sql-key-words-IN-td5908.html On 15 August 2017 at 08:59, apache_...@163.com wrote: > Hi, > > when i run sql by kyline GUI,Right result is 2011-02-28,but i got > 2011-03-01,is bug? > > select

Leap Month calculate error

2017-08-15 Thread apache_...@163.com
Hi, when i run sql by kyline GUI,Right result is 2011-02-28,but i got 2011-03-01,is bug? select cast('2011-03-31' as date) - INTERVAL '1' month from KYLIN_CAL_DT apache_...@163.com