[jira] [Commented] (KYLIN-3811) Support the standalone HBase cluster using HDFS HA

2019-02-27 Thread Chao Long (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780192#comment-16780192 ] Chao Long commented on KYLIN-3811: -- Hi Wei, after applying the patch,  I found this file 

[GitHub] codecov-io edited a comment on issue #492: KYLIN-3835 [Defective TableSchemaUpdateChecker]

2019-02-27 Thread GitBox
codecov-io edited a comment on issue #492: KYLIN-3835 [Defective TableSchemaUpdateChecker] URL: https://github.com/apache/kylin/pull/492#issuecomment-468141136 # [Codecov](https://codecov.io/gh/apache/kylin/pull/492?src=pr=h1) Report > :exclamation: No coverage uploaded for pull

[jira] [Commented] (KYLIN-3836) Kylin StringUtil.join() may cause NPE if iterator is empty

2019-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780179#comment-16780179 ] ASF GitHub Bot commented on KYLIN-3836: --- Wayne1c commented on pull request #493: KYLIN-3836 fix

[GitHub] Wayne1c opened a new pull request #493: KYLIN-3836 fix Kylin StringUtil.join() may cause NPE if iterator is e…

2019-02-27 Thread GitBox
Wayne1c opened a new pull request #493: KYLIN-3836 fix Kylin StringUtil.join() may cause NPE if iterator is e… URL: https://github.com/apache/kylin/pull/493 …mpty This is an automated message from the Apache Git Service. To

[GitHub] asfgit commented on issue #493: KYLIN-3836 fix Kylin StringUtil.join() may cause NPE if iterator is e…

2019-02-27 Thread GitBox
asfgit commented on issue #493: KYLIN-3836 fix Kylin StringUtil.join() may cause NPE if iterator is e… URL: https://github.com/apache/kylin/pull/493#issuecomment-468157896 Can one of the admins verify this patch? This is an

[GitHub] codecov-io commented on issue #492: KYLIN-3835 [Defective TableSchemaUpdateChecker]

2019-02-27 Thread GitBox
codecov-io commented on issue #492: KYLIN-3835 [Defective TableSchemaUpdateChecker] URL: https://github.com/apache/kylin/pull/492#issuecomment-468141136 # [Codecov](https://codecov.io/gh/apache/kylin/pull/492?src=pr=h1) Report > :exclamation: No coverage uploaded for pull request base

[jira] [Commented] (KYLIN-3835) [Defective TableSchemaUpdateChecker] Don't check used models when reload table

2019-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780104#comment-16780104 ] ASF GitHub Bot commented on KYLIN-3835: --- Qsimple commented on pull request #492: KYLIN-3835

[GitHub] Qsimple opened a new pull request #492: KYLIN-3835 [Defective TableSchemaUpdateChecker]

2019-02-27 Thread GitBox
Qsimple opened a new pull request #492: KYLIN-3835 [Defective TableSchemaUpdateChecker] URL: https://github.com/apache/kylin/pull/492 ![image](https://user-images.githubusercontent.com/28128661/53541991-4528b500-3b57-11e9-9c99-3028dbeb9f5c.png) 1. delete unnecessarily IOException in

[GitHub] asfgit commented on issue #492: KYLIN-3835 [Defective TableSchemaUpdateChecker]

2019-02-27 Thread GitBox
asfgit commented on issue #492: KYLIN-3835 [Defective TableSchemaUpdateChecker] URL: https://github.com/apache/kylin/pull/492#issuecomment-468136640 Can one of the admins verify this patch? This is an automated message from

[GitHub] coveralls commented on issue #488: KYLIN-3820 Add a curator-based scheduler

2019-02-27 Thread GitBox
coveralls commented on issue #488: KYLIN-3820 Add a curator-based scheduler URL: https://github.com/apache/kylin/pull/488#issuecomment-468132392 ## Pull Request Test Coverage Report for [Build 4176](https://coveralls.io/builds/21880485) * **114** of **177** **(64.41%)** changed

[GitHub] coveralls edited a comment on issue #489: KYLIN-2620 Make the condition stricter to answer query with topN

2019-02-27 Thread GitBox
coveralls edited a comment on issue #489: KYLIN-2620 Make the condition stricter to answer query with topN URL: https://github.com/apache/kylin/pull/489#issuecomment-467762777 ## Pull Request Test Coverage Report for [Build 4175](https://coveralls.io/builds/21880449) * **0** of

[jira] [Updated] (KYLIN-3836) Kylin StringUtil.join() may cause NPE if iterator is empty

2019-02-27 Thread Chao Long (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Long updated KYLIN-3836: - Description: {quote} public static String join(Iterable parts, String separator) {     StringBuilder buf

[jira] [Updated] (KYLIN-3836) Kylin StringUtil.join() may cause NPE if iterator is empty

2019-02-27 Thread Chao Long (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Long updated KYLIN-3836: - Description: {quote}public static String join(Iterable parts, String separator) {     StringBuilder buf

[jira] [Updated] (KYLIN-3836) Kylin StringUtil.join() may cause NPE if iterator is empty

2019-02-27 Thread Chao Long (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Long updated KYLIN-3836: - Description: {quote} public static String join(Iterable parts, String separator) {     StringBuilder buf

[jira] [Created] (KYLIN-3836) Kylin StringUtil.join() may cause NPE if iterator is empty

2019-02-27 Thread Chao Long (JIRA)
Chao Long created KYLIN-3836: Summary: Kylin StringUtil.join() may cause NPE if iterator is empty Key: KYLIN-3836 URL: https://issues.apache.org/jira/browse/KYLIN-3836 Project: Kylin Issue Type:

[jira] [Commented] (KYLIN-3820) Add a curator-based scheduler

2019-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780023#comment-16780023 ] ASF GitHub Bot commented on KYLIN-3820: --- Wayne1c commented on pull request #488: KYLIN-3820 Add a

[jira] [Commented] (KYLIN-3820) Add a curator-based scheduler

2019-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780020#comment-16780020 ] ASF GitHub Bot commented on KYLIN-3820: --- Wayne1c commented on pull request #491: KYLIN-3820

[GitHub] Wayne1c closed pull request #488: KYLIN-3820 Add a curator-based scheduler

2019-02-27 Thread GitBox
Wayne1c closed pull request #488: KYLIN-3820 Add a curator-based scheduler URL: https://github.com/apache/kylin/pull/488 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] asfgit commented on issue #491: KYLIN-3820 KYLIN-3834 Add a curator-based scheduler

2019-02-27 Thread GitBox
asfgit commented on issue #491: KYLIN-3820 KYLIN-3834 Add a curator-based scheduler URL: https://github.com/apache/kylin/pull/491#issuecomment-468110422 Can one of the admins verify this patch? This is an automated message

[GitHub] Wayne1c opened a new pull request #491: KYLIN-3820 KYLIN-3834 Add a curator-based scheduler

2019-02-27 Thread GitBox
Wayne1c opened a new pull request #491: KYLIN-3820 KYLIN-3834 Add a curator-based scheduler URL: https://github.com/apache/kylin/pull/491 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (KYLIN-3322) TopN requires a SUM to work

2019-02-27 Thread KANG-SEN LU (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16779823#comment-16779823 ] KANG-SEN LU commented on KYLIN-3322: If the second point is properly handled, then first point is not

[jira] [Commented] (KYLIN-3727) kylin2.5.2 不能构建空的cube,否则出现 HadoopShellException异常

2019-02-27 Thread Alexander (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16779680#comment-16779680 ] Alexander commented on KYLIN-3727: -- Set up system cube follow by instructions. - Got exception. (Fresh

[GitHub] asfgit commented on issue #490: Added small Unit Tests

2019-02-27 Thread GitBox
asfgit commented on issue #490: Added small Unit Tests URL: https://github.com/apache/kylin/pull/490#issuecomment-467932233 Can one of the admins verify this patch? This is an automated message from the Apache Git Service. To

[GitHub] TheRealHaui opened a new pull request #490: Added small Unit Tests

2019-02-27 Thread GitBox
TheRealHaui opened a new pull request #490: Added small Unit Tests URL: https://github.com/apache/kylin/pull/490 Added small Unit Tests This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (KYLIN-3322) TopN requires a SUM to work

2019-02-27 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16779298#comment-16779298 ] Shaofeng SHI commented on KYLIN-3322: - Hi Kang-sen, good points.   For the first concern, I'm

[jira] [Commented] (KYLIN-3835) [Defective TableSchemaUpdateChecker] Don't check used models when reload table

2019-02-27 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16779284#comment-16779284 ] Shaofeng SHI commented on KYLIN-3835: - hi Yuzhang, the problem you described is true; welcome to 

[jira] [Created] (KYLIN-3835) [Defective TableSchemaUpdateChecker] Don't check used models when reload table

2019-02-27 Thread Yuzhang QIU (JIRA)
Yuzhang QIU created KYLIN-3835: -- Summary: [Defective TableSchemaUpdateChecker] Don't check used models when reload table Key: KYLIN-3835 URL: https://issues.apache.org/jira/browse/KYLIN-3835 Project:

[GitHub] allenma commented on a change in pull request #481: KYLIN-3821 Add consume lag stats

2019-02-27 Thread GitBox
allenma commented on a change in pull request #481: KYLIN-3821 Add consume lag stats URL: https://github.com/apache/kylin/pull/481#discussion_r260692914 ## File path: stream-source-kafka/src/main/java/org/apache/kylin/stream/source/kafka/consumer/KafkaConnector.java ##

[GitHub] allenma commented on a change in pull request #481: KYLIN-3821 Add consume lag stats

2019-02-27 Thread GitBox
allenma commented on a change in pull request #481: KYLIN-3821 Add consume lag stats URL: https://github.com/apache/kylin/pull/481#discussion_r260695771 ## File path: stream-core/src/main/java/org/apache/kylin/stream/core/consumer/IStreamingConnector.java ## @@ -1,46

[jira] [Resolved] (KYLIN-3714) com.esotericsoftware.kryo.KryoException: java.lang.IllegalArgumentException: Class is not registered: scala.reflect.ManifestFactory$$anon$2

2019-02-27 Thread Alexander (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander resolved KYLIN-3714. -- Resolution: Fixed > com.esotericsoftware.kryo.KryoException: java.lang.IllegalArgumentException: >

[jira] [Resolved] (KYLIN-3833) Potential OOM in Spark Extract Fact Table Distinct Columns step

2019-02-27 Thread Alexander (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander resolved KYLIN-3833. -- Resolution: Fixed > Potential OOM in Spark Extract Fact Table Distinct Columns step >

[GitHub] shaofengshi commented on issue #480: Update documents

2019-02-27 Thread GitBox
shaofengshi commented on issue #480: Update documents URL: https://github.com/apache/kylin/pull/480#issuecomment-467763405 Merged with patch, thank you Na! This is an automated message from the Apache Git Service. To respond

[GitHub] shaofengshi closed pull request #480: Update documents

2019-02-27 Thread GitBox
shaofengshi closed pull request #480: Update documents URL: https://github.com/apache/kylin/pull/480 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[jira] [Commented] (KYLIN-3322) TopN requires a SUM to work

2019-02-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16779016#comment-16779016 ] ASF subversion and git services commented on KYLIN-3322: Commit

[jira] [Commented] (KYLIN-3805) Add documentation about the purpose of each directory

2019-02-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16779015#comment-16779015 ] ASF subversion and git services commented on KYLIN-3805: Commit

[GitHub] coveralls commented on issue #489: KYLIN-2620 Make the condition stricter to answer query with topN

2019-02-27 Thread GitBox
coveralls commented on issue #489: KYLIN-2620 Make the condition stricter to answer query with topN URL: https://github.com/apache/kylin/pull/489#issuecomment-467762777 ## Pull Request Test Coverage Report for [Build 4173](https://coveralls.io/builds/21874096) * **0** of **26**