[jira] [Commented] (KYLIN-1575) Enable Timeline-consistent High Available Reads in hbase 1.1 for kylin tables

2019-01-01 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16731807#comment-16731807 ] Shaofeng SHI commented on KYLIN-1575: - The PR is raised, but I think this function need time to be

[jira] [Commented] (KYLIN-3750) java.lang.NoSuchMethodError: org.apache.tomcat.JarScanner.scan

2019-01-01 Thread Chao Long (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16731775#comment-16731775 ] Chao Long commented on KYLIN-3750: -- Hi, Do you use the binary package for

[GitHub] codecov-io commented on issue #427: Update Broadcaster.java

2019-01-01 Thread GitBox
codecov-io commented on issue #427: Update Broadcaster.java URL: https://github.com/apache/kylin/pull/427#issuecomment-450789948 # [Codecov](https://codecov.io/gh/apache/kylin/pull/427?src=pr=h1) Report > Merging [#427](https://codecov.io/gh/apache/kylin/pull/427?src=pr=desc) into

[GitHub] coveralls commented on issue #427: Update Broadcaster.java

2019-01-01 Thread GitBox
coveralls commented on issue #427: Update Broadcaster.java URL: https://github.com/apache/kylin/pull/427#issuecomment-450789886 ## Pull Request Test Coverage Report for [Build 4031](https://coveralls.io/builds/20863225) * **3** of **3** **(100.0%)** changed or added relevant

[jira] [Commented] (KYLIN-3751) Query failed when you set log4j.logger.org.apache.calcite=DEBUG

2019-01-01 Thread zengrui (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16731748#comment-16731748 ] zengrui commented on KYLIN-3751: OK, thanks! > Query failed when you set

[GitHub] xbirbird commented on issue #427: Update Broadcaster.java

2019-01-01 Thread GitBox
xbirbird commented on issue #427: Update Broadcaster.java URL: https://github.com/apache/kylin/pull/427#issuecomment-450781254 影响版本2.5.0,默认配置只有一个线程来串行处理广播事件,当集群节点达到十个左右时,一个事件的同步平均耗时一分钟左右,因此会导致Table、Model、Cube的滞后同步影响分布式构建。

[jira] [Created] (KYLIN-3752) Cube构建时在第一步发生NullPointerException异常:org.apache.kylin.source.hive.CreateFlatHiveTableStep.getCubeSpecificConfig(CreateFlatHiveTableStep.java:92)

2019-01-01 Thread xiaodongzhang (JIRA)
xiaodongzhang created KYLIN-3752: Summary: Cube构建时在第一步发生NullPointerException异常:org.apache.kylin.source.hive.CreateFlatHiveTableStep.getCubeSpecificConfig(CreateFlatHiveTableStep.java:92) Key: KYLIN-3752 URL:

[jira] [Updated] (KYLIN-3752) Cube构建时在第一步发生NullPointerException异常:org.apache.kylin.source.hive.CreateFlatHiveTableStep.getCubeSpecificConfig(CreateFlatHiveTableStep.java:92)

2019-01-01 Thread xiaodongzhang (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaodongzhang updated KYLIN-3752: - Description: 异常如下: org.apache.kylin.job.exception.ExecuteException:

[jira] [Updated] (KYLIN-3752) Cube构建时在第一步发生NullPointerException异常:org.apache.kylin.source.hive.CreateFlatHiveTableStep.getCubeSpecificConfig(CreateFlatHiveTableStep.java:92)

2019-01-01 Thread xiaodongzhang (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaodongzhang updated KYLIN-3752: - Description: 异常如下: org.apache.kylin.job.exception.ExecuteException:

[jira] [Commented] (KYLIN-3751) Query failed when you set log4j.logger.org.apache.calcite=DEBUG

2019-01-01 Thread Yifei Wu (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16731743#comment-16731743 ] Yifei Wu commented on KYLIN-3751: - you can try but not recommended to replace it directly, upgrade Kylin

[jira] [Commented] (KYLIN-3751) Query failed when you set log4j.logger.org.apache.calcite=DEBUG

2019-01-01 Thread Chao Long (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16731741#comment-16731741 ] Chao Long commented on KYLIN-3751: -- calcite has been upgrade to 1.16.0-kylin-r2 in issue 

[jira] [Created] (KYLIN-3751) Query failed when you set log4j.logger.org.apache.calcite=DEBUG

2019-01-01 Thread zengrui (JIRA)
zengrui created KYLIN-3751: -- Summary: Query failed when you set log4j.logger.org.apache.calcite=DEBUG Key: KYLIN-3751 URL: https://issues.apache.org/jira/browse/KYLIN-3751 Project: Kylin Issue

[jira] [Created] (KYLIN-3750) java.lang.NoSuchMethodError: org.apache.tomcat.JarScanner.scan

2019-01-01 Thread Darren Li (JIRA)
Darren Li created KYLIN-3750: Summary: java.lang.NoSuchMethodError: org.apache.tomcat.JarScanner.scan Key: KYLIN-3750 URL: https://issues.apache.org/jira/browse/KYLIN-3750 Project: Kylin Issue

[GitHub] asfgit commented on issue #427: Update Broadcaster.java

2019-01-01 Thread GitBox
asfgit commented on issue #427: Update Broadcaster.java URL: https://github.com/apache/kylin/pull/427#issuecomment-450778597 Can one of the admins verify this patch? This is an automated message from the Apache Git Service.

[GitHub] xbirbird opened a new pull request #427: Update Broadcaster.java

2019-01-01 Thread GitBox
xbirbird opened a new pull request #427: Update Broadcaster.java URL: https://github.com/apache/kylin/pull/427 Increase broadcast concurrency to avoid exceptions: org.apache.kylin.job.exception.ExecuteException: org.apache.kylin.job.exception.ExecuteException:

[GitHub] coveralls edited a comment on issue #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table

2019-01-01 Thread GitBox
coveralls edited a comment on issue #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table URL: https://github.com/apache/kylin/pull/426#issuecomment-450777586 ## Pull Request Test Coverage Report for [Build 4029](https://coveralls.io/builds/20862171) * **0**

[jira] [Updated] (KYLIN-3597) Fix sonar reported static code issues phase 1

2019-01-01 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaofeng SHI updated KYLIN-3597: Summary: Fix sonar reported static code issues phase 1 (was: Fix sonar reported static code

[GitHub] codecov-io commented on issue #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table

2019-01-01 Thread GitBox
codecov-io commented on issue #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table URL: https://github.com/apache/kylin/pull/426#issuecomment-450778014 # [Codecov](https://codecov.io/gh/apache/kylin/pull/426?src=pr=h1) Report > Merging

[GitHub] coveralls edited a comment on issue #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table

2019-01-01 Thread GitBox
coveralls edited a comment on issue #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table URL: https://github.com/apache/kylin/pull/426#issuecomment-450777586 ## Pull Request Test Coverage Report for [Build 4027](https://coveralls.io/builds/20862164) * **0**

[GitHub] coveralls commented on issue #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table

2019-01-01 Thread GitBox
coveralls commented on issue #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table URL: https://github.com/apache/kylin/pull/426#issuecomment-450777586 ## Pull Request Test Coverage Report for [Build 4026](https://coveralls.io/builds/20862113) * **0** of

[jira] [Updated] (KYLIN-3310) Use lint for maven-compiler-plugin

2019-01-01 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaofeng SHI updated KYLIN-3310: Fix Version/s: (was: v2.6.0) Backlog > Use lint for maven-compiler-plugin >

[jira] [Updated] (KYLIN-3686) Top_N metric code requires cube storage type to be ID_SHARDED_HBASE, but the Web UI defaults to ID_HBASE and provides no safeguards against storage type mismatch

2019-01-01 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaofeng SHI updated KYLIN-3686: Fix Version/s: (was: v2.6.0) We couldn't re-produce this problem. > Top_N metric code

[jira] [Updated] (KYLIN-3698) check-env.sh should print more details about checking items

2019-01-01 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaofeng SHI updated KYLIN-3698: Fix Version/s: (was: v2.6.0) Backlog > check-env.sh should print more

[jira] [Resolved] (KYLIN-3597) Fix sonar reported static code issues phase 1

2019-01-01 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaofeng SHI resolved KYLIN-3597. - Resolution: Fixed For subsequent statis code issues, let's create another JIRA. > Fix sonar

[jira] [Updated] (KYLIN-3249) Default hybrid cube priority should be the same as of a regular cube

2019-01-01 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaofeng SHI updated KYLIN-3249: Fix Version/s: (was: v2.6.0) Backlog > Default hybrid cube priority should

[jira] [Commented] (KYLIN-1575) Enable Timeline-consistent High Available Reads in hbase 1.1 for kylin tables

2019-01-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16731730#comment-16731730 ] ASF GitHub Bot commented on KYLIN-1575: --- shaofengshi commented on pull request #426: KYLIN-1575

[GitHub] asfgit commented on issue #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table

2019-01-01 Thread GitBox
asfgit commented on issue #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table URL: https://github.com/apache/kylin/pull/426#issuecomment-450774572 Can one of the admins verify this patch? This is an

[GitHub] shaofengshi opened a new pull request #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table

2019-01-01 Thread GitBox
shaofengshi opened a new pull request #426: KYLIN-1575 Timeline-consistent High Available Reads for metadata table URL: https://github.com/apache/kylin/pull/426 This is an automated message from the Apache Git Service. To

[jira] [Commented] (KYLIN-1620) support read from metadata replica regions

2019-01-01 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16731728#comment-16731728 ] Shaofeng SHI commented on KYLIN-1620: - Agree, it may read old data, but it is better than service

[jira] [Commented] (KYLIN-1577) make kylin metadata store support multiple replication

2019-01-01 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16731726#comment-16731726 ] Shaofeng SHI commented on KYLIN-1577: - Looks good. I'm merging the patch. > make kylin metadata

[jira] [Resolved] (KYLIN-3748) No realization found exception thrown when a ready cube is building

2019-01-01 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaofeng SHI resolved KYLIN-3748. - Resolution: Fixed > No realization found exception thrown when a ready cube is building >

[jira] [Resolved] (KYLIN-3749) Add configuration to override xml for RDBMS

2019-01-01 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaofeng SHI resolved KYLIN-3749. - Resolution: Fixed > Add configuration to override xml for RDBMS >