[jira] [Created] (KYLIN-3478) Enhance backwards compatibility

2018-07-31 Thread Ian Hu (JIRA)
Ian Hu created KYLIN-3478: - Summary: Enhance backwards compatibility Key: KYLIN-3478 URL: https://issues.apache.org/jira/browse/KYLIN-3478 Project: Kylin Issue Type: Improvement Components:

[GitHub] asfgit commented on issue #181: Kylin 3471

2018-07-31 Thread GitBox
asfgit commented on issue #181: Kylin 3471 URL: https://github.com/apache/kylin/pull/181#issuecomment-409437070 Can one of the admins verify this patch? This is an automated message from the Apache Git Service. To respond to t

[GitHub] Wayne1c opened a new pull request #181: Kylin 3471

2018-07-31 Thread GitBox
Wayne1c opened a new pull request #181: Kylin 3471 URL: https://github.com/apache/kylin/pull/181 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[jira] [Created] (KYLIN-3477) Spark job size wasn't displayed when submit deployMode is cluster

2018-07-31 Thread Na Zhai (JIRA)
Na Zhai created KYLIN-3477: -- Summary: Spark job size wasn't displayed when submit deployMode is cluster Key: KYLIN-3477 URL: https://issues.apache.org/jira/browse/KYLIN-3477 Project: Kylin Issue Ty

[GitHub] shaofengshi commented on issue #180: feat(query): Make calcite connection is more configurable. #KYLIN-3475

2018-07-31 Thread GitBox
shaofengshi commented on issue #180: feat(query): Make calcite connection is more configurable. #KYLIN-3475 URL: https://github.com/apache/kylin/pull/180#issuecomment-409192600 Compile and mvn test all good. It looks good to me. @liyang-gmt8 @rogercloud , please also take a re

[jira] [Created] (KYLIN-3476) Fix TupleExpression verification

2018-07-31 Thread Zhong Yanghong (JIRA)
Zhong Yanghong created KYLIN-3476: - Summary: Fix TupleExpression verification Key: KYLIN-3476 URL: https://issues.apache.org/jira/browse/KYLIN-3476 Project: Kylin Issue Type: Bug Affects

Re:[jira] [Created] (KYLIN-3474) get malformed token with Cluster Mode(multi-query)

2018-07-31 Thread 胡继续
Hi Zhou Did you configured Kylin's Cluster Mode correctly? it seems that the cache is not synced. The key config is to config kylin.server.cluster-servers in kylin.properties. This properties to tell kylin to sync cache with other servers in the cluster by broadcast. At 2018-07-30 18

[GitHub] shaofengshi commented on issue #180: feat(query): Make calcite connection is more configurable. #KYLIN-3475

2018-07-31 Thread GitBox
shaofengshi commented on issue #180: feat(query): Make calcite connection is more configurable. #KYLIN-3475 URL: https://github.com/apache/kylin/pull/180#issuecomment-409160154 Thanks Hu! We will run the integration test for this PR; Thanks!

[GitHub] ian4hu commented on issue #180: feat(query): Make calcite connection is more configurable. #KYLIN-3475

2018-07-31 Thread GitBox
ian4hu commented on issue #180: feat(query): Make calcite connection is more configurable. #KYLIN-3475 URL: https://github.com/apache/kylin/pull/180#issuecomment-409157205 @shaofengshi Would you mind verifying this PR? This i