[GitHub] r7raul1984 commented on a change in pull request #212: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
r7raul1984 commented on a change in pull request #212: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/212#discussion_r213174602 ## File path: core-metadata/pom.xml ## @@ -87,6 +99,10 @@ com.tdunning t-digest +

[GitHub] shaofengshi commented on issue #212: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
shaofengshi commented on issue #212: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/212#issuecomment-416437111 How to use this function in Kylin? I didn't see the UDF implementation. Please provide some description and sample for us to understand this function.

[GitHub] shaofengshi commented on issue #212: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
shaofengshi commented on issue #212: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/212#issuecomment-416437104 How to use this function in Kylin? I didn't see the UDF implementation. Please provide some description and sample for us to understand this function.

[GitHub] shaofengshi commented on a change in pull request #212: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
shaofengshi commented on a change in pull request #212: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/212#discussion_r213173459 ## File path: core-metadata/pom.xml ## @@ -87,6 +99,10 @@ com.tdunning t-digest +

[GitHub] shaofengshi closed pull request #208: KYLIN-3516 Fix job status not updated after job discarded

2018-08-27 Thread GitBox
shaofengshi closed pull request #208: KYLIN-3516 Fix job status not updated after job discarded URL: https://github.com/apache/kylin/pull/208 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] shaofengshi closed pull request #210: KYLIN-3477 Save spark job counter to hdfs

2018-08-27 Thread GitBox
shaofengshi closed pull request #210: KYLIN-3477 Save spark job counter to hdfs URL: https://github.com/apache/kylin/pull/210 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

Re: Kylin Source Code

2018-08-27 Thread yongjie zhao
goto kylin directory, run command ``` find . -name '*.java' | xargs wc -l ``` results is 221739 total On Tue, Aug 28, 2018 at 2:02 AM, gargi laks wrote: > Dear All, > > I was wondering if anyone could tell me how "many lines of code" the core > software is? > I guess its primarily Java so

Kylin Source Code

2018-08-27 Thread gargi laks
Dear All, I was wondering if anyone could tell me how "many lines of code" the core software is? I guess its primarily Java so that would suffice too. Thanks Garg

[jira] [Created] (KYLIN-3518) Coprocessor reports NPE when execute a query on HBase 2.0

2018-08-27 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-3518: --- Summary: Coprocessor reports NPE when execute a query on HBase 2.0 Key: KYLIN-3518 URL: https://issues.apache.org/jira/browse/KYLIN-3518 Project: Kylin Issue

[jira] [Created] (KYLIN-3517) Couldn't update coprocessor on HBase 2.0

2018-08-27 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-3517: --- Summary: Couldn't update coprocessor on HBase 2.0 Key: KYLIN-3517 URL: https://issues.apache.org/jira/browse/KYLIN-3517 Project: Kylin Issue Type: Bug

Re: The algorithm used is "layer", but why in-mem step while building the cube?

2018-08-27 Thread ShaoFeng Shi
Hi Neethu, You're correct that the fast cubing algorithm is also called "in-mem"; The algorithm in Spark is "by-layer", not fast cubing. On submitting a cubing job, Kylin pre-allocates steps for both "by-layer" and "in-mem"; But it only picks one to execute, the other one will be skipped. It

The algorithm used is "layer", but why in-mem step while building the cube?

2018-08-27 Thread mvneethu
Hi, I have a confusion in the algorithms kylin has for different data. There are: 1. By Layer 2. Fast Cubing (MR) 3. Fast Cubing with spark >From what I have researched, fast cubing algorithm is the "in-mem" algorithm. Now, in my production, I am using "layer" cubing algorithm, but I see a step

[GitHub] r7raul1984 commented on a change in pull request #212: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
r7raul1984 commented on a change in pull request #212: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/212#discussion_r212940213 ## File path: core-metadata/pom.xml ## @@ -24,6 +24,18 @@ jar Apache Kylin - Core Metadata Apache Kylin -

[GitHub] yiming187 commented on a change in pull request #212: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
yiming187 commented on a change in pull request #212: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/212#discussion_r212935693 ## File path: core-metadata/pom.xml ## @@ -24,6 +24,18 @@ jar Apache Kylin - Core Metadata Apache Kylin -

[GitHub] codecov-io commented on issue #212: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
codecov-io commented on issue #212: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/212#issuecomment-416186716 # [Codecov](https://codecov.io/gh/apache/kylin/pull/212?src=pr=h1) Report > :exclamation: No coverage uploaded for pull request base (`master@32c6593`).

[GitHub] coveralls commented on issue #212: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
coveralls commented on issue #212: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/212#issuecomment-416185242 ## Pull Request Test Coverage Report for [Build 3477](https://coveralls.io/builds/18683049) * **78** of **109** **(71.56%)** changed or added

[GitHub] r7raul1984 opened a new pull request #212: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
r7raul1984 opened a new pull request #212: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/212 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] asfgit commented on issue #212: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
asfgit commented on issue #212: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/212#issuecomment-416179105 Can one of the admins verify this patch? This is an automated message from the Apache Git

kylin merge

2018-08-27 Thread yujunliang
hi,kylin group:the cube merge job keeps running and it doesn't seem to run out, but there is no error message. This kind of imagination came out after upgrading from kylin 1.6.0 to kylin 2.3.0. What should I do? -- Sent from: http://apache-kylin.74782.x6.nabble.com/

[GitHub] r7raul1984 closed pull request #211: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
r7raul1984 closed pull request #211: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/211 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request

[GitHub] asfgit commented on issue #211: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
asfgit commented on issue #211: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/211#issuecomment-416159679 Can one of the admins verify this patch? This is an automated message from the Apache Git

[GitHub] r7raul1984 opened a new pull request #211: KYLIN-3514 Support AUC UDAF

2018-08-27 Thread GitBox
r7raul1984 opened a new pull request #211: KYLIN-3514 Support AUC UDAF URL: https://github.com/apache/kylin/pull/211 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] codecov-io commented on issue #210: KYLIN-3477 Save spark job counter to hdfs

2018-08-27 Thread GitBox
codecov-io commented on issue #210: KYLIN-3477 Save spark job counter to hdfs URL: https://github.com/apache/kylin/pull/210#issuecomment-416128258 # [Codecov](https://codecov.io/gh/apache/kylin/pull/210?src=pr=h1) Report > :exclamation: No coverage uploaded for pull request base

[GitHub] coveralls commented on issue #210: KYLIN-3477 Save spark job counter to hdfs

2018-08-27 Thread GitBox
coveralls commented on issue #210: KYLIN-3477 Save spark job counter to hdfs URL: https://github.com/apache/kylin/pull/210#issuecomment-416127101 ## Pull Request Test Coverage Report for [Build 3474](https://coveralls.io/builds/18680062) * **0** of **40** **(0.0%)** changed or

[GitHub] asfgit commented on issue #210: KYLIN-3477 Save spark job counter to hdfs

2018-08-27 Thread GitBox
asfgit commented on issue #210: KYLIN-3477 Save spark job counter to hdfs URL: https://github.com/apache/kylin/pull/210#issuecomment-416123409 Can one of the admins verify this patch? This is an automated message from the

[GitHub] Wayne1c opened a new pull request #210: KYLIN-3477 Save spark job counter to hdfs

2018-08-27 Thread GitBox
Wayne1c opened a new pull request #210: KYLIN-3477 Save spark job counter to hdfs URL: https://github.com/apache/kylin/pull/210 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] shaofengshi closed pull request #209: KYLIN-3510 Correct sqoopHome at 'createSqoopToFlatHiveStep'

2018-08-27 Thread GitBox
shaofengshi closed pull request #209: KYLIN-3510 Correct sqoopHome at 'createSqoopToFlatHiveStep' URL: https://github.com/apache/kylin/pull/209 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As