Query failed

2018-09-19 Thread zhengyangju...@163.com
When I use >=, there is data query, when I add <=, the query is wrong. ==[QUERY]=== Query Id: a2095b23-f09c-4cd7-9969-e0ad98746dc3 SQL: SELECT "HYNAME" AS "HYNAME", SUM(QY_SUM)-SUM(QY_SUM_PRE) AS "FLOW_IN_ENTERPRISE" FROM (SELECT

[jira] [Created] (KYLIN-3572) Upgrade commons-dbcp to latest commons-dbcp2

2018-09-19 Thread Ted Yu (JIRA)
Ted Yu created KYLIN-3572: - Summary: Upgrade commons-dbcp to latest commons-dbcp2 Key: KYLIN-3572 URL: https://issues.apache.org/jira/browse/KYLIN-3572 Project: Kylin Issue Type: Task

[jira] [Created] (KYLIN-3571) Not build Spark in Kylin's binary package

2018-09-19 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-3571: --- Summary: Not build Spark in Kylin's binary package Key: KYLIN-3571 URL: https://issues.apache.org/jira/browse/KYLIN-3571 Project: Kylin Issue Type:

Re: [Discuss] Exclude Spark from Kylin's binary package

2018-09-19 Thread ShaoFeng Shi
Thanks for billy's comment; A JIRA is created for this change: https://issues.apache.org/jira/browse/KYLIN-3571 Billy Liu 于2018年9月18日周二 下午10:35写道: > I like the idea to remove the built-in spark distribution. I think > Kylin could work well with all spark 2.1+ > > With Warm regards > > Billy Liu

TOPN

2018-09-19 Thread zhengyangju...@163.com
What is the solution for the row_number() function? I need to take the group TOPN I am using kylin 2.4.1. What is the link to the list of functions supported by kylin? zhengyangju...@163.com

答复: kylin config beelline error

2018-09-19 Thread Ge Silas
Hi hzxieyufeng, The exact problem should be "Cannot modify dfs.replication at runtime". You may try to comment this configuration in kylin_hive_conf.xml, or set Hive configuraiton hive.security.authorization.sqlstd.confwhitelist to allow such configuration to be changed at runtime. Thanks,

Re: [Announce] Apache Kylin 2.5.0 released

2018-09-19 Thread Billy Liu
Thanks Shaofeng. I think this is one of the most remarkable releases since 2.0. A few highlights: [KYLIN-3521] - Enable Cube Planner by default [KYLIN-2565] - Support Hadoop 3.0 [KYLIN-3033] - Support HBase 2.0 [KYLIN-3418] - User interface for hybrid model [KYLIN-3427] - Convert to

***UNCHECKED*** Re: Re: ***UNCHECKED*** apache-kylin-2.4.1-source-release源码编译错误

2018-09-19 Thread zhengyangju...@163.com
i'm ok ,because used win 7,when change linux success zhengyangju...@163.com 发件人: Zhong, Yanghong 发送时间: 2018-09-19 18:03 收件人: dev@kylin.apache.org 主题: Re: ***UNCHECKED*** apache-kylin-2.4.1-source-release源码编译错误 My Environment. [INFO] Reactor Summary: [INFO] [INFO] Apache Kylin 2.4.1

Re: Query failed

2018-09-19 Thread zhengyangju...@163.com
Runs successfully when I use the >= symbol alone ==[QUERY]=== Query Id: e831aa51-6c6b-42d8-b683-e0060398f43b SQL: SELECT "HYNAME" AS "HYNAME", SUM(QY_SUM)-SUM(QY_SUM_PRE) AS "FLOW_IN_ENTERPRISE" FROM (SELECT CAST(T.PAYMENT_DATE AS DATE)

Re: ***UNCHECKED*** apache-kylin-2.4.1-source-release源码编译错误

2018-09-19 Thread Zhong, Yanghong
Hi yangjun, Which java version do you use for mvn? It may need java 1.8. Best, Yanghong Zhong On 9/19/18, 5:17 PM, "yangz_sh" wrote: [INFO] Apache Kylin ... SUCCESS [ 15.251 s][INFO] Apache Kylin - Calcite Overrides ... SUCCESS [

[GitHub] Wayne1c opened a new pull request #239: KYLIN-3567 Change scala dependency scope to provided

2018-09-19 Thread GitBox
Wayne1c opened a new pull request #239: KYLIN-3567 Change scala dependency scope to provided URL: https://github.com/apache/kylin/pull/239 This is an automated message from the Apache Git Service. To respond to the message,

Re: Re: ***UNCHECKED*** apache-kylin-2.4.1-source-release源码编译错误

2018-09-19 Thread zhengyangju...@163.com
JAVA version $ java -version java version "1.8.0_131" Java(TM) SE Runtime Environment (build 1.8.0_131-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode) pom.xml 1.8 3.3.9 UTF-8 UTF-8 zhengyangju...@163.com 发件人: Zhong, Yanghong

[GitHub] asfgit commented on issue #239: KYLIN-3567 Change scala dependency scope to provided

2018-09-19 Thread GitBox
asfgit commented on issue #239: KYLIN-3567 Change scala dependency scope to provided URL: https://github.com/apache/kylin/pull/239#issuecomment-422725586 Can one of the admins verify this patch? This is an automated message

[GitHub] asfgit commented on issue #239: KYLIN-3567 Change scala dependency scope to provided

2018-09-19 Thread GitBox
asfgit commented on issue #239: KYLIN-3567 Change scala dependency scope to provided URL: https://github.com/apache/kylin/pull/239#issuecomment-422725585 Can one of the admins verify this patch? This is an automated message

Re: Re: ***UNCHECKED*** apache-kylin-2.4.1-source-release源码编译错误

2018-09-19 Thread zhengyangju...@163.com
[INFO] Apache Kylin ... SUCCESS [ 15.251 s] [INFO] Apache Kylin - Calcite Overrides ... SUCCESS [ 15.367 s] [INFO] Apache Kylin - Core Common . SUCCESS [ 19.785 s] [INFO] Apache Kylin - Core Metadata

Re: ***UNCHECKED*** apache-kylin-2.4.1-source-release源码编译错误

2018-09-19 Thread Zhong, Yanghong
My Environment. [INFO] Reactor Summary: [INFO] [INFO] Apache Kylin 2.4.1 . SUCCESS [ 2.934 s] [INFO] Apache Kylin - Calcite Overrides ... SUCCESS [ 4.848 s] [INFO] Apache Kylin - Core Common . SUCCESS [ 5.619 s] [INFO]

[jira] [Created] (KYLIN-3570) Automatically build system cube

2018-09-19 Thread Yichen Zhou (JIRA)
Yichen Zhou created KYLIN-3570: -- Summary: Automatically build system cube Key: KYLIN-3570 URL: https://issues.apache.org/jira/browse/KYLIN-3570 Project: Kylin Issue Type: Improvement