[GitHub] [kylin] SunFlowerY1 commented on a change in pull request #800: 添加当天作业过滤

2019-08-19 Thread GitBox
SunFlowerY1 commented on a change in pull request #800: 添加当天作业过滤 URL: https://github.com/apache/kylin/pull/800#discussion_r315097426 ## File path: webapp/app/js/model/jobListModel.js ## @@ -25,15 +25,15 @@ KylinApp.service('JobList',function(JobService,$q){ this.jobs={

[GitHub] [kylin] codecov-io commented on issue #803: KYLIN-4139 Compatible old user security xml config when user upgrate …

2019-08-19 Thread GitBox
codecov-io commented on issue #803: KYLIN-4139 Compatible old user security xml config when user upgrate … URL: https://github.com/apache/kylin/pull/803#issuecomment-522537009 # [Codecov](https://codecov.io/gh/apache/kylin/pull/803?src=pr&el=h1) Report > Merging [#803](https://codecov.io

[GitHub] [kylin] weibin0516 closed pull request #721: [KYLIN-2517] Upgrade Apache Hbase version to 1.4.7

2019-08-19 Thread GitBox
weibin0516 closed pull request #721: [KYLIN-2517] Upgrade Apache Hbase version to 1.4.7 URL: https://github.com/apache/kylin/pull/721 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [kylin] hit-lacus opened a new pull request #804: KYLIN-4141 Build Global Dictionary in no time

2019-08-19 Thread GitBox
hit-lacus opened a new pull request #804: KYLIN-4141 Build Global Dictionary in no time URL: https://github.com/apache/kylin/pull/804 Currently, realtime OLAP do not support `COUNT_DISTINCT(bitmap)` because of lack the ability of encoding string at once. Here I want to use RocksDB & HBase

[GitHub] [kylin] hit-lacus edited a comment on issue #804: KYLIN-4141 Build Global Dictionary in no time

2019-08-19 Thread GitBox
hit-lacus edited a comment on issue #804: KYLIN-4141 Build Global Dictionary in no time URL: https://github.com/apache/kylin/pull/804#issuecomment-522820885 ### Need to add - [ ] Retry logic need to added to `RemoteDictionaryStore` in case of unavailable of HBase cluster. - [ ] R

[GitHub] [kylin] hit-lacus commented on issue #804: KYLIN-4141 Build Global Dictionary in no time

2019-08-19 Thread GitBox
hit-lacus commented on issue #804: KYLIN-4141 Build Global Dictionary in no time URL: https://github.com/apache/kylin/pull/804#issuecomment-522820885 ### Known problem - [ ] Retry logic need to added to `RemoteDictionaryStore` in case of unavailable of HBase cluster. - [ ] Rocksdb

[GitHub] [kylin] codecov-io commented on issue #804: KYLIN-4141 Build Global Dictionary in no time

2019-08-19 Thread GitBox
codecov-io commented on issue #804: KYLIN-4141 Build Global Dictionary in no time URL: https://github.com/apache/kylin/pull/804#issuecomment-522833971 # [Codecov](https://codecov.io/gh/apache/kylin/pull/804?src=pr&el=h1) Report > Merging [#804](https://codecov.io/gh/apache/kylin/pull/804

[GitHub] [kylin] coveralls commented on issue #803: KYLIN-4139 Compatible old user security xml config when user upgrate …

2019-08-19 Thread GitBox
coveralls commented on issue #803: KYLIN-4139 Compatible old user security xml config when user upgrate … URL: https://github.com/apache/kylin/pull/803#issuecomment-522847762 ## Pull Request Test Coverage Report for [Build 4921](https://coveralls.io/builds/25210766) * **1** of **38*

[GitHub] [kylin] hit-lacus edited a comment on issue #804: KYLIN-4141 Build Global Dictionary in no time

2019-08-19 Thread GitBox
hit-lacus edited a comment on issue #804: KYLIN-4141 Build Global Dictionary in no time URL: https://github.com/apache/kylin/pull/804#issuecomment-522820885 ### Need to be fixed - [ ] Retry logic need to added to `RemoteDictionaryStore` in case of unavailable of HBase cluster. -

[GitHub] [kylin] hit-lacus edited a comment on issue #804: KYLIN-4141 Build Global Dictionary in no time

2019-08-19 Thread GitBox
hit-lacus edited a comment on issue #804: KYLIN-4141 Build Global Dictionary in no time URL: https://github.com/apache/kylin/pull/804#issuecomment-522820885 ### Need fix & check - [ ] Retry logic need to added to `RemoteDictionaryStore` in case of unavailable of HBase cluster. -

[GitHub] [kylin] asfgit commented on issue #805: Revert "#KYLIN-4044, upgrade curator dependency version"

2019-08-20 Thread GitBox
asfgit commented on issue #805: Revert "#KYLIN-4044, upgrade curator dependency version" URL: https://github.com/apache/kylin/pull/805#issuecomment-522899518 Can one of the admins verify this patch? This is an automated messa

[GitHub] [kylin] nichunen opened a new pull request #805: Revert "#KYLIN-4044, upgrade curator dependency version"

2019-08-20 Thread GitBox
nichunen opened a new pull request #805: Revert "#KYLIN-4044, upgrade curator dependency version" URL: https://github.com/apache/kylin/pull/805 This reverts commit 970899011211b285b78cfc3a63ac5025436ddb59. This is an automate

[GitHub] [kylin] codecov-io commented on issue #805: Revert "#KYLIN-4044, upgrade curator dependency version"

2019-08-20 Thread GitBox
codecov-io commented on issue #805: Revert "#KYLIN-4044, upgrade curator dependency version" URL: https://github.com/apache/kylin/pull/805#issuecomment-522910973 # [Codecov](https://codecov.io/gh/apache/kylin/pull/805?src=pr&el=h1) Report > Merging [#805](https://codecov.io/gh/apache/kyl

[GitHub] [kylin] guangxuCheng opened a new pull request #806: KYLIN-4145 compile failed due to incompatible version between scala and scala-maven-plugin

2019-08-20 Thread GitBox
guangxuCheng opened a new pull request #806: KYLIN-4145 compile failed due to incompatible version between scala and scala-maven-plugin URL: https://github.com/apache/kylin/pull/806 See: https://issues.apache.org/jira/browse/KYLIN-4145 --

[GitHub] [kylin] nichunen commented on a change in pull request #803: KYLIN-4139 Compatible old user security xml config when user upgrate …

2019-08-21 Thread GitBox
nichunen commented on a change in pull request #803: KYLIN-4139 Compatible old user security xml config when user upgrate … URL: https://github.com/apache/kylin/pull/803#discussion_r316130626 ## File path: server-base/src/main/java/org/apache/kylin/rest/service/KylinUserService.jav

[GitHub] [kylin] cawatson commented on issue #787: KYLIN-4108 Show slow query hit cube info

2019-08-21 Thread GitBox
cawatson commented on issue #787: KYLIN-4108 Show slow query hit cube info URL: https://github.com/apache/kylin/pull/787#issuecomment-523474941 I am creating a tool to aid developers by partially automating unit testing. Could you speak to the validity of these generated assert statement

[GitHub] [kylin] nichunen merged pull request #803: KYLIN-4139 Compatible old user security xml config when user upgrate …

2019-08-21 Thread GitBox
nichunen merged pull request #803: KYLIN-4139 Compatible old user security xml config when user upgrate … URL: https://github.com/apache/kylin/pull/803 This is an automated message from the Apache Git Service. To respond to

[GitHub] [kylin] lshmouse commented on issue #774: KYLIN-4112: Add hdfs keberos token delegation in Spark to support se and MR use different HDFS clusters

2019-08-21 Thread GitBox
lshmouse commented on issue #774: KYLIN-4112: Add hdfs keberos token delegation in Spark to support se and MR use different HDFS clusters URL: https://github.com/apache/kylin/pull/774#issuecomment-523738411 @shaofengshi Thanks for your reminding. We use spark 2.1 in xiaomi. I will che

[GitHub] [kylin] lshmouse commented on issue #774: KYLIN-4112: Add hdfs keberos token delegation in Spark to support se and MR use different HDFS clusters

2019-08-21 Thread GitBox
lshmouse commented on issue #774: KYLIN-4112: Add hdfs keberos token delegation in Spark to support se and MR use different HDFS clusters URL: https://github.com/apache/kylin/pull/774#issuecomment-523741098 @shaofengshi The config is changed since spark 2.2 ``` "spark.yarn.access.hado

[GitHub] [kylin] lshmouse commented on issue #774: KYLIN-4112: Add hdfs keberos token delegation in Spark to support se and MR use different HDFS clusters

2019-08-21 Thread GitBox
lshmouse commented on issue #774: KYLIN-4112: Add hdfs keberos token delegation in Spark to support se and MR use different HDFS clusters URL: https://github.com/apache/kylin/pull/774#issuecomment-523741733 @shaofengshi @nichunen I will compress the pr if the update is OK. ---

[GitHub] [kylin] lshmouse commented on a change in pull request #764: KYLIN-4101: set hive and spark job name when building cube

2019-08-21 Thread GitBox
lshmouse commented on a change in pull request #764: KYLIN-4101: set hive and spark job name when building cube URL: https://github.com/apache/kylin/pull/764#discussion_r316492499 ## File path: core-common/src/test/java/org/apache/kylin/common/util/HiveCmdBuilderTest.java

[GitHub] [kylin] lshmouse commented on a change in pull request #764: KYLIN-4101: set hive and spark job name when building cube

2019-08-21 Thread GitBox
lshmouse commented on a change in pull request #764: KYLIN-4101: set hive and spark job name when building cube URL: https://github.com/apache/kylin/pull/764#discussion_r316492592 ## File path: core-common/src/test/java/org/apache/kylin/common/util/HiveCmdBuilderTest.java

[GitHub] [kylin] lshmouse commented on a change in pull request #760: KYLIN-4097: Throw exception when too many dict slice evictions in AppendTrieDictionary

2019-08-21 Thread GitBox
lshmouse commented on a change in pull request #760: KYLIN-4097: Throw exception when too many dict slice evictions in AppendTrieDictionary URL: https://github.com/apache/kylin/pull/760#discussion_r316497541 ## File path: core-common/src/main/java/org/apache/kylin/common/KylinConfi

[GitHub] [kylin] lshmouse commented on issue #760: KYLIN-4097: Throw exception when too many dict slice evictions in AppendTrieDictionary

2019-08-21 Thread GitBox
lshmouse commented on issue #760: KYLIN-4097: Throw exception when too many dict slice evictions in AppendTrieDictionary URL: https://github.com/apache/kylin/pull/760#issuecomment-523749480 @ > Hi @lshmouse Would you please add a ut for this at AppendTrieDictionaryTest? OK -

[GitHub] [kylin] coveralls commented on issue #804: KYLIN-4141 Build Global Dictionary in no time

2019-08-21 Thread GitBox
coveralls commented on issue #804: KYLIN-4141 Build Global Dictionary in no time URL: https://github.com/apache/kylin/pull/804#issuecomment-523750772 ## Pull Request Test Coverage Report for [Build 4924](https://coveralls.io/builds/25229730) * **14** of **237** **(5.91%)** changed

[GitHub] [kylin] lshmouse commented on issue #759: KYLIN-4096: Make cube metadata validator rules configuable

2019-08-21 Thread GitBox
lshmouse commented on issue #759: KYLIN-4096: Make cube metadata validator rules configuable URL: https://github.com/apache/kylin/pull/759#issuecomment-523753580 @nichunen In xiaomi, we implements 3 rules currently: - ConfOverrideRule. It check if kylin.engine.spark-conf.spark.ya

[GitHub] [kylin] lshmouse commented on a change in pull request #758: KYLIN-4095: Add RESOURCE_PATH_PREFIX option in ResourceTool

2019-08-21 Thread GitBox
lshmouse commented on a change in pull request #758: KYLIN-4095: Add RESOURCE_PATH_PREFIX option in ResourceTool URL: https://github.com/apache/kylin/pull/758#discussion_r316501420 ## File path: core-common/src/main/java/org/apache/kylin/common/persistence/ResourceStore.java #

[GitHub] [kylin] lshmouse commented on issue #756: KYLIN-3901: Use multi threads to speed up the storage cleanup job

2019-08-21 Thread GitBox
lshmouse commented on issue #756: KYLIN-3901: Use multi threads to speed up the storage cleanup job URL: https://github.com/apache/kylin/pull/756#issuecomment-523756703 @nichunen OK, let me fix the failed Tests. This is an au

[GitHub] [kylin] lshmouse commented on issue #756: KYLIN-3901: Use multi threads to speed up the storage cleanup job

2019-08-21 Thread GitBox
lshmouse commented on issue #756: KYLIN-3901: Use multi threads to speed up the storage cleanup job URL: https://github.com/apache/kylin/pull/756#issuecomment-523762096 @nichunen The failed test is fixed and i will check the new ci results. -

[GitHub] [kylin] weibin0516 opened a new pull request #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-22 Thread GitBox
weibin0516 opened a new pull request #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kylin] coveralls commented on issue #805: Revert "#KYLIN-4044, upgrade curator dependency version"

2019-08-22 Thread GitBox
coveralls commented on issue #805: Revert "#KYLIN-4044, upgrade curator dependency version" URL: https://github.com/apache/kylin/pull/805#issuecomment-523797023 ## Pull Request Test Coverage Report for [Build 4927](https://coveralls.io/builds/25233394) * **0** of **0** changed or

[GitHub] [kylin] coveralls edited a comment on issue #803: KYLIN-4139 Compatible old user security xml config when user upgrate …

2019-08-24 Thread GitBox
coveralls edited a comment on issue #803: KYLIN-4139 Compatible old user security xml config when user upgrate … URL: https://github.com/apache/kylin/pull/803#issuecomment-522847762 ## Pull Request Test Coverage Report for [Build 4932](https://coveralls.io/builds/25270858) * **1** o

[GitHub] [kylin] hit-lacus commented on issue #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-25 Thread GitBox
hit-lacus commented on issue #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807#issuecomment-524610242 Thank you @weibin0516 , I will try to check this in Monday. This is an automated messag

[GitHub] [kylin] hit-lacus edited a comment on issue #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-25 Thread GitBox
hit-lacus edited a comment on issue #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807#issuecomment-524610242 Thank you @weibin0516 , I will try to check this in next Monday. This is an auto

[GitHub] [kylin] coveralls edited a comment on issue #797: KYLIN-4114 Provided a self-contained docker image for Kylin

2019-08-25 Thread GitBox
coveralls edited a comment on issue #797: KYLIN-4114 Provided a self-contained docker image for Kylin URL: https://github.com/apache/kylin/pull/797#issuecomment-520164477 ## Pull Request Test Coverage Report for [Build 4933](https://coveralls.io/builds/25279213) * **0** of **0** c

[GitHub] [kylin] coveralls edited a comment on issue #774: KYLIN-4112: Add hdfs keberos token delegation in Spark to support se and MR use different HDFS clusters

2019-08-25 Thread GitBox
coveralls edited a comment on issue #774: KYLIN-4112: Add hdfs keberos token delegation in Spark to support se and MR use different HDFS clusters URL: https://github.com/apache/kylin/pull/774#issuecomment-514916985 ## Pull Request Test Coverage Report for [Build 4936](https://coveralls.io/

[GitHub] [kylin] coveralls commented on issue #764: KYLIN-4101: set hive and spark job name when building cube

2019-08-25 Thread GitBox
coveralls commented on issue #764: KYLIN-4101: set hive and spark job name when building cube URL: https://github.com/apache/kylin/pull/764#issuecomment-524681020 ## Pull Request Test Coverage Report for [Build 4937](https://coveralls.io/builds/25280035) * **5** of **15** **(33.33

[GitHub] [kylin] coveralls commented on issue #758: KYLIN-4095: Add RESOURCE_PATH_PREFIX option in ResourceTool

2019-08-25 Thread GitBox
coveralls commented on issue #758: KYLIN-4095: Add RESOURCE_PATH_PREFIX option in ResourceTool URL: https://github.com/apache/kylin/pull/758#issuecomment-524687416 ## Pull Request Test Coverage Report for [Build 4938](https://coveralls.io/builds/25280650) * **1** of **17** **(5.88

[GitHub] [kylin] coveralls commented on issue #756: KYLIN-3901: Use multi threads to speed up the storage cleanup job

2019-08-25 Thread GitBox
coveralls commented on issue #756: KYLIN-3901: Use multi threads to speed up the storage cleanup job URL: https://github.com/apache/kylin/pull/756#issuecomment-524698411 ## Pull Request Test Coverage Report for [Build 4939](https://coveralls.io/builds/25281058) * **10** of **17**

[GitHub] [kylin] nichunen merged pull request #756: KYLIN-3901: Use multi threads to speed up the storage cleanup job

2019-08-26 Thread GitBox
nichunen merged pull request #756: KYLIN-3901: Use multi threads to speed up the storage cleanup job URL: https://github.com/apache/kylin/pull/756 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [kylin] nichunen merged pull request #764: KYLIN-4101: set hive and spark job name when building cube

2019-08-26 Thread GitBox
nichunen merged pull request #764: KYLIN-4101: set hive and spark job name when building cube URL: https://github.com/apache/kylin/pull/764 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kylin] nichunen merged pull request #758: KYLIN-4095: Add RESOURCE_PATH_PREFIX option in ResourceTool

2019-08-26 Thread GitBox
nichunen merged pull request #758: KYLIN-4095: Add RESOURCE_PATH_PREFIX option in ResourceTool URL: https://github.com/apache/kylin/pull/758 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [kylin] asf-ci commented on issue #808: minor, refine locale trans role to group

2019-08-27 Thread GitBox
asf-ci commented on issue #808: minor,refine locale trans role to group URL: https://github.com/apache/kylin/pull/808#issuecomment-525170340 Can one of the admins verify this patch? This is an automated message from the Apache

[GitHub] [kylin] luguosheng1314 opened a new pull request #808: minor, refine locale trans role to group

2019-08-27 Thread GitBox
luguosheng1314 opened a new pull request #808: minor,refine locale trans role to group URL: https://github.com/apache/kylin/pull/808 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kylin] nichunen merged pull request #808: minor, refine locale trans role to group

2019-08-27 Thread GitBox
nichunen merged pull request #808: minor,refine locale trans role to group URL: https://github.com/apache/kylin/pull/808 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [kylin] hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-27 Thread GitBox
hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807#discussion_r317928538 ## File path: website/_docs/install/kylin_docker.cn.md ## @@ -3,8 +3,141 @@ layout: docs title: "用 Docker 运行 Kylin"

[GitHub] [kylin] hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-27 Thread GitBox
hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807#discussion_r317928538 ## File path: website/_docs/install/kylin_docker.cn.md ## @@ -3,8 +3,141 @@ layout: docs title: "用 Docker 运行 Kylin"

[GitHub] [kylin] hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-27 Thread GitBox
hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807#discussion_r317929628 ## File path: website/_docs/install/kylin_docker.cn.md ## @@ -3,8 +3,141 @@ layout: docs title: "用 Docker 运行 Kylin"

[GitHub] [kylin] hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-27 Thread GitBox
hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807#discussion_r317930037 ## File path: website/_docs/install/kylin_docker.cn.md ## @@ -3,8 +3,141 @@ layout: docs title: "用 Docker 运行 Kylin"

[GitHub] [kylin] hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-27 Thread GitBox
hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807#discussion_r317932102 ## File path: website/_docs/install/kylin_docker.md ## @@ -3,8 +3,141 @@ layout: docs title: "Run Kylin with Docker

[GitHub] [kylin] hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-27 Thread GitBox
hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807#discussion_r317932308 ## File path: website/_docs30/install/kylin_docker.cn.md ## @@ -1,10 +1,143 @@ --- -layout: docs30 +layout: docs

[GitHub] [kylin] hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-27 Thread GitBox
hit-lacus commented on a change in pull request #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807#discussion_r317933531 ## File path: website/_docs30/install/kylin_docker.md ## @@ -1,10 +1,143 @@ --- -layout: docs30 +layout: docs title

[GitHub] [kylin] hit-lacus commented on a change in pull request #797: KYLIN-4114 Provided a self-contained docker image for Kylin

2019-08-27 Thread GitBox
hit-lacus commented on a change in pull request #797: KYLIN-4114 Provided a self-contained docker image for Kylin URL: https://github.com/apache/kylin/pull/797#discussion_r317943432 ## File path: docker/use-guide.md ## @@ -0,0 +1,68 @@ +Docker for Kylin is convenient for u

[GitHub] [kylin] asf-ci commented on issue #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-27 Thread GitBox
asf-ci commented on issue #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807#issuecomment-525212085 Can one of the admins verify this patch? This is an automated message from the Apache Git S

[GitHub] [kylin] weibin0516 commented on issue #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-27 Thread GitBox
weibin0516 commented on issue #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807#issuecomment-525213657 @hit-lacus , thanks for the review code, all comments resolved, please check again. Th

[GitHub] [kylin] nichunen merged pull request #805: Revert "#KYLIN-4044, upgrade curator dependency version"

2019-08-27 Thread GitBox
nichunen merged pull request #805: Revert "#KYLIN-4044, upgrade curator dependency version" URL: https://github.com/apache/kylin/pull/805 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [kylin] nichunen merged pull request #789: The table should not display in Insight page when the user has no acc…

2019-08-27 Thread GitBox
nichunen merged pull request #789: The table should not display in Insight page when the user has no acc… URL: https://github.com/apache/kylin/pull/789 This is an automated message from the Apache Git Service. To respond to

[GitHub] [kylin] nichunen merged pull request #797: KYLIN-4114 Provided a self-contained docker image for Kylin

2019-08-27 Thread GitBox
nichunen merged pull request #797: KYLIN-4114 Provided a self-contained docker image for Kylin URL: https://github.com/apache/kylin/pull/797 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [kylin] nichunen merged pull request #807: KYLIN-4146 Add doc for KYLIN-4114

2019-08-27 Thread GitBox
nichunen merged pull request #807: KYLIN-4146 Add doc for KYLIN-4114 URL: https://github.com/apache/kylin/pull/807 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [kylin] asf-ci commented on issue #809: KYLIN-4149 Allow user to edit streaming v2 table's kafka cluster addr…

2019-08-27 Thread GitBox
asf-ci commented on issue #809: KYLIN-4149 Allow user to edit streaming v2 table's kafka cluster addr… URL: https://github.com/apache/kylin/pull/809#issuecomment-525252666 Can one of the admins verify this patch? This is an a

[GitHub] [kylin] luguosheng1314 opened a new pull request #809: KYLIN-4149 Allow user to edit streaming v2 table's kafka cluster addr…

2019-08-27 Thread GitBox
luguosheng1314 opened a new pull request #809: KYLIN-4149 Allow user to edit streaming v2 table's kafka cluster addr… URL: https://github.com/apache/kylin/pull/809 …ess and topic name This is an automated message from the Apa

[GitHub] [kylin] weibin0516 opened a new pull request #810: Merge pull request #1 from apache/master

2019-08-27 Thread GitBox
weibin0516 opened a new pull request #810: Merge pull request #1 from apache/master URL: https://github.com/apache/kylin/pull/810 merge from kylin This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [kylin] asf-ci commented on issue #810: Merge pull request #1 from apache/master

2019-08-27 Thread GitBox
asf-ci commented on issue #810: Merge pull request #1 from apache/master URL: https://github.com/apache/kylin/pull/810#issuecomment-525573406 Can one of the admins verify this patch? This is an automated message from the Apach

[GitHub] [kylin] weibin0516 closed pull request #810: Merge pull request #1 from apache/master

2019-08-27 Thread GitBox
weibin0516 closed pull request #810: Merge pull request #1 from apache/master URL: https://github.com/apache/kylin/pull/810 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kylin] asf-ci commented on issue #811: Merge pull request #1 from apache/master

2019-08-27 Thread GitBox
asf-ci commented on issue #811: Merge pull request #1 from apache/master URL: https://github.com/apache/kylin/pull/811#issuecomment-525573756 Can one of the admins verify this patch? This is an automated message from the Apach

[GitHub] [kylin] weibin0516 closed pull request #811: Merge pull request #1 from apache/master

2019-08-27 Thread GitBox
weibin0516 closed pull request #811: Merge pull request #1 from apache/master URL: https://github.com/apache/kylin/pull/811 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kylin] weibin0516 opened a new pull request #811: Merge pull request #1 from apache/master

2019-08-27 Thread GitBox
weibin0516 opened a new pull request #811: Merge pull request #1 from apache/master URL: https://github.com/apache/kylin/pull/811 merge from kylin This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [kylin] asf-ci commented on issue #812: KYLIN-4150 Improve docker for kylin instructions

2019-08-27 Thread GitBox
asf-ci commented on issue #812: KYLIN-4150 Improve docker for kylin instructions URL: https://github.com/apache/kylin/pull/812#issuecomment-525574909 Can one of the admins verify this patch? This is an automated message from t

[GitHub] [kylin] weibin0516 opened a new pull request #812: KYLIN-4150 Improve docker for kylin instructions

2019-08-27 Thread GitBox
weibin0516 opened a new pull request #812: KYLIN-4150 Improve docker for kylin instructions URL: https://github.com/apache/kylin/pull/812 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [kylin] codecov-io commented on issue #812: KYLIN-4150 Improve docker for kylin instructions

2019-08-27 Thread GitBox
codecov-io commented on issue #812: KYLIN-4150 Improve docker for kylin instructions URL: https://github.com/apache/kylin/pull/812#issuecomment-525579547 # [Codecov](https://codecov.io/gh/apache/kylin/pull/812?src=pr&el=h1) Report > :exclamation: No coverage uploaded for pull request bas

[GitHub] [kylin] hit-lacus commented on issue #812: KYLIN-4150 Improve docker for kylin instructions

2019-08-27 Thread GitBox
hit-lacus commented on issue #812: KYLIN-4150 Improve docker for kylin instructions URL: https://github.com/apache/kylin/pull/812#issuecomment-525598081 I think this is fine to me. This is an automated message from the Apache

[GitHub] [kylin] liuzx32 opened a new pull request #813: Add JoinedFormatter for dynamic variables in where sentence

2019-08-27 Thread GitBox
liuzx32 opened a new pull request #813: Add JoinedFormatter for dynamic variables in where sentence URL: https://github.com/apache/kylin/pull/813 **Description** The users can use ${START_DATE} and ${END_DATE} in where filter which in the WebUI. And the dynamic variables ${START_DATE

[GitHub] [kylin] asf-ci commented on issue #813: Add JoinedFormatter for dynamic variables in where sentence

2019-08-27 Thread GitBox
asf-ci commented on issue #813: Add JoinedFormatter for dynamic variables in where sentence URL: https://github.com/apache/kylin/pull/813#issuecomment-525600980 Can one of the admins verify this patch? This is an automated me

[GitHub] [kylin] codecov-io commented on issue #813: Add JoinedFormatter for dynamic variables in where sentence

2019-08-27 Thread GitBox
codecov-io commented on issue #813: Add JoinedFormatter for dynamic variables in where sentence URL: https://github.com/apache/kylin/pull/813#issuecomment-525609865 # [Codecov](https://codecov.io/gh/apache/kylin/pull/813?src=pr&el=h1) Report > Merging [#813](https://codecov.io/gh/apache/

[GitHub] [kylin] tianhonglouis opened a new pull request #814: KYLIN-4152: disable before deleting HBase table

2019-08-28 Thread GitBox
tianhonglouis opened a new pull request #814: KYLIN-4152: disable before deleting HBase table URL: https://github.com/apache/kylin/pull/814 It should disable hbase table before deleting hbase table. Otherwise it will cause exception. ---

[GitHub] [kylin] asf-ci commented on issue #814: KYLIN-4152: disable before deleting HBase table

2019-08-28 Thread GitBox
asf-ci commented on issue #814: KYLIN-4152: disable before deleting HBase table URL: https://github.com/apache/kylin/pull/814#issuecomment-526005173 Can one of the admins verify this patch? This is an automated message from th

[GitHub] [kylin] tianhonglouis closed pull request #814: KYLIN-4152: disable before deleting HBase table

2019-08-28 Thread GitBox
tianhonglouis closed pull request #814: KYLIN-4152: disable before deleting HBase table URL: https://github.com/apache/kylin/pull/814 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [kylin] nichunen merged pull request #774: KYLIN-4112: Add hdfs keberos token delegation in Spark to support se and MR use different HDFS clusters

2019-08-29 Thread GitBox
nichunen merged pull request #774: KYLIN-4112: Add hdfs keberos token delegation in Spark to support se and MR use different HDFS clusters URL: https://github.com/apache/kylin/pull/774 This is an automated message from the A

[GitHub] [kylin] nichunen merged pull request #812: KYLIN-4150 Improve docker for kylin instructions

2019-08-29 Thread GitBox
nichunen merged pull request #812: KYLIN-4150 Improve docker for kylin instructions URL: https://github.com/apache/kylin/pull/812 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [kylin] asf-ci commented on issue #815: Revert "Table not display in Insight when user no access to the table"

2019-08-29 Thread GitBox
asf-ci commented on issue #815: Revert "Table not display in Insight when user no access to the table" URL: https://github.com/apache/kylin/pull/815#issuecomment-526176701 Can one of the admins verify this patch? This is an a

[GitHub] [kylin] zhangayqian opened a new pull request #815: Revert "Table not display in Insight when user no access to the table"

2019-08-29 Thread GitBox
zhangayqian opened a new pull request #815: Revert "Table not display in Insight when user no access to the table" URL: https://github.com/apache/kylin/pull/815 This is an automated message from the Apache Git Service. To re

[GitHub] [kylin] codecov-io commented on issue #815: Revert "Table not display in Insight when user no access to the table"

2019-08-29 Thread GitBox
codecov-io commented on issue #815: Revert "Table not display in Insight when user no access to the table" URL: https://github.com/apache/kylin/pull/815#issuecomment-526189726 # [Codecov](https://codecov.io/gh/apache/kylin/pull/815?src=pr&el=h1) Report > :exclamation: No coverage uploade

[GitHub] [kylin] asf-ci commented on issue #800: 添加当天作业过滤

2019-08-29 Thread GitBox
asf-ci commented on issue #800: 添加当天作业过滤 URL: https://github.com/apache/kylin/pull/800#issuecomment-526201533 Can one of the admins verify this patch? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kylin] nichunen merged pull request #800: 添加当天作业过滤

2019-08-29 Thread GitBox
nichunen merged pull request #800: 添加当天作业过滤 URL: https://github.com/apache/kylin/pull/800 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [kylin] nichunen merged pull request #815: Revert "Table not display in Insight when user no access to the table"

2019-08-29 Thread GitBox
nichunen merged pull request #815: Revert "Table not display in Insight when user no access to the table" URL: https://github.com/apache/kylin/pull/815 This is an automated message from the Apache Git Service. To respond to

[GitHub] [kylin] nichunen merged pull request #809: KYLIN-4149 Allow user to edit streaming v2 table's kafka cluster addr…

2019-08-29 Thread GitBox
nichunen merged pull request #809: KYLIN-4149 Allow user to edit streaming v2 table's kafka cluster addr… URL: https://github.com/apache/kylin/pull/809 This is an automated message from the Apache Git Service. To respond to

[GitHub] [kylin] coveralls commented on issue #808: minor, refine locale trans role to group

2019-08-29 Thread GitBox
coveralls commented on issue #808: minor,refine locale trans role to group URL: https://github.com/apache/kylin/pull/808#issuecomment-526445621 ## Pull Request Test Coverage Report for [Build 4947](https://coveralls.io/builds/25364586) * **0** of **0** changed or added relevant lin

[GitHub] [kylin] coveralls commented on issue #809: KYLIN-4149 Allow user to edit streaming v2 table's kafka cluster addr…

2019-08-29 Thread GitBox
coveralls commented on issue #809: KYLIN-4149 Allow user to edit streaming v2 table's kafka cluster addr… URL: https://github.com/apache/kylin/pull/809#issuecomment-526449024 ## Pull Request Test Coverage Report for [Build 4948](https://coveralls.io/builds/25368518) * **0** of **0**

[GitHub] [kylin] coveralls commented on issue #812: KYLIN-4150 Improve docker for kylin instructions

2019-08-29 Thread GitBox
coveralls commented on issue #812: KYLIN-4150 Improve docker for kylin instructions URL: https://github.com/apache/kylin/pull/812#issuecomment-526462035 ## Pull Request Test Coverage Report for [Build 4951](https://coveralls.io/builds/25387638) * **0** of **0** changed or added re

[GitHub] [kylin] coveralls commented on issue #813: Add JoinedFormatter for dynamic variables in where sentence

2019-08-29 Thread GitBox
coveralls commented on issue #813: Add JoinedFormatter for dynamic variables in where sentence URL: https://github.com/apache/kylin/pull/813#issuecomment-526464434 ## Pull Request Test Coverage Report for [Build 4953](https://coveralls.io/builds/25389045) * **35** of **57** **(61.

[GitHub] [kylin] RupengWang opened a new pull request #816: Fix admin service test error

2019-08-29 Thread GitBox
RupengWang opened a new pull request #816: Fix admin service test error URL: https://github.com/apache/kylin/pull/816 The commit ["Add time filter for current day jobs"](https://github.com/apache/kylin/commit/ebff43a81eeac79429138d2be1ab7a9a0d5f41f3) whose commit id is ebff43a81eeac7

[GitHub] [kylin] asf-ci commented on issue #816: Fix admin service test error

2019-08-29 Thread GitBox
asf-ci commented on issue #816: Fix admin service test error URL: https://github.com/apache/kylin/pull/816#issuecomment-526471430 Can one of the admins verify this patch? This is an automated message from the Apache Git Servi

[GitHub] [kylin] RupengWang commented on issue #816: Fix admin service test error

2019-08-29 Thread GitBox
RupengWang commented on issue #816: Fix admin service test error URL: https://github.com/apache/kylin/pull/816#issuecomment-526474494 Manual CI passed This is an automated message from the Apache Git Service. To respond to th

[GitHub] [kylin] codecov-io commented on issue #816: Fix admin service test error

2019-08-29 Thread GitBox
codecov-io commented on issue #816: Fix admin service test error URL: https://github.com/apache/kylin/pull/816#issuecomment-526478164 # [Codecov](https://codecov.io/gh/apache/kylin/pull/816?src=pr&el=h1) Report > :exclamation: No coverage uploaded for pull request base (`master@dee88f9`

[GitHub] [kylin] nichunen merged pull request #816: Fix admin service test error

2019-08-30 Thread GitBox
nichunen merged pull request #816: Fix admin service test error URL: https://github.com/apache/kylin/pull/816 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [kylin] asf-ci commented on issue #817: kylin#4034 Table not in Insight when user have no access to the table

2019-09-01 Thread GitBox
asf-ci commented on issue #817: kylin#4034 Table not in Insight when user have no access to the table URL: https://github.com/apache/kylin/pull/817#issuecomment-526903341 Can one of the admins verify this patch? This is an au

[GitHub] [kylin] zhangayqian opened a new pull request #817: kylin#4034 Table not in Insight when user have no access to the table

2019-09-01 Thread GitBox
zhangayqian opened a new pull request #817: kylin#4034 Table not in Insight when user have no access to the table URL: https://github.com/apache/kylin/pull/817 This is an automated message from the Apache Git Service. To res

[GitHub] [kylin] codecov-io commented on issue #817: kylin#4034 Table not in Insight when user have no access to the table

2019-09-01 Thread GitBox
codecov-io commented on issue #817: kylin#4034 Table not in Insight when user have no access to the table URL: https://github.com/apache/kylin/pull/817#issuecomment-526904890 # [Codecov](https://codecov.io/gh/apache/kylin/pull/817?src=pr&el=h1) Report > Merging [#817](https://codecov.io/

[GitHub] [kylin] coveralls commented on issue #817: kylin#4034 Table not in Insight when user have no access to the table

2019-09-01 Thread GitBox
coveralls commented on issue #817: kylin#4034 Table not in Insight when user have no access to the table URL: https://github.com/apache/kylin/pull/817#issuecomment-526905087 ## Pull Request Test Coverage Report for [Build 4962](https://coveralls.io/builds/25466983) * **0** of **19**

[GitHub] [kylin] hit-lacus opened a new pull request #818: KYLIN-4153 Delete marker if real file not exists

2019-09-01 Thread GitBox
hit-lacus opened a new pull request #818: KYLIN-4153 Delete marker if real file not exists URL: https://github.com/apache/kylin/pull/818 This is an automated message from the Apache Git Service. To respond to the message, pl

<    18   19   20   21   22   23   24   >