[jira] [Created] (KYLIN-3386) the TopN measure validate code refactor to make it more clear

2018-05-24 Thread Yifei Wu (JIRA)
Yifei Wu created KYLIN-3386: --- Summary: the TopN measure validate code refactor to make it more clear Key: KYLIN-3386 URL: https://issues.apache.org/jira/browse/KYLIN-3386 Project: Kylin Issue Type

[jira] [Created] (KYLIN-3385) when the cube contain sum(1) measure, the tables in "Query" page cannot be load

2018-05-24 Thread Yifei Wu (JIRA)
Yifei Wu created KYLIN-3385: --- Summary: when the cube contain sum(1) measure, the tables in "Query" page cannot be load Key: KYLIN-3385 URL: https://issues.apache.org/jira/browse/KYLIN-3385 Project: Kylin

cube error,but sql ( insert overrite .....) could run in hive, i think the probelm is about meta. Thanks!

2018-05-24 Thread 10099793
Hi guys cube error,but sql ( insert overrite .) could run in hive, i think the probelm is about meta. Thanks! step2 : error log total input rows = 4957 expected input rows per mapper = 100 num reducers for RedistributeFlatHiveTableStep = 1 Redistribute table, cmd: h

descriptions of problems: cube error,but sql ( insert overrite .....) could run in hive, i think the probelm is about meta. Thanks!

2018-05-24 Thread 10099793
descriptions of problems: -- Original -- From: ""<10099...@qq.com>; Date: Mon, May 21, 2018 06:24 PM To: "dev"; Subject: cube error,but sql ( insert overrite .) could run in hive, i think the probelm is about meta. Thanks! Hi guy

descriptions of problems: cube error,but sql ( insert overrite .....) could run in hive, i think the probelm is about meta. Thanks!

2018-05-24 Thread 10099793
descriptions of problems: Thanks! -- Original -- From: ""<10099...@qq.com>; Date: Mon, May 21, 2018 06:24 PM To: "dev"; Subject: cube error,but sql ( insert overrite .) could run in hive, i think the probelm is about meta. Thanks!

kylin sample sql query failed,but some sql query success

2018-05-24 Thread zhangzhi...@dianwoba.com
SELECT * from KYLIN_CAL_DT is success sql contains KYLIN_SALES table always failed 2018-05-23 16:50:10,167 ERROR [Query e41e8d65-28e9-4d94-9e36-29ad490f56ab-14215] service.QueryService:536 : Exception while executing query java.sql.SQLException: Error while executing SQL "SELECT * from KYLIN_SA

[GitHub] coveralls commented on issue #139: Kylin 3221 Some improvements for lookup table

2018-05-24 Thread GitBox
coveralls commented on issue #139: Kylin 3221 Some improvements for lookup table URL: https://github.com/apache/kylin/pull/139#issuecomment-387961369 ## Pull Request Test Coverage Report for [Build 3160](https://coveralls.io/builds/17143741) * **483** of **1509** **(32.01%)** chan

[GitHub] codecov-io commented on issue #139: Kylin 3221 Some improvements for lookup table

2018-05-24 Thread GitBox
codecov-io commented on issue #139: Kylin 3221 Some improvements for lookup table URL: https://github.com/apache/kylin/pull/139#issuecomment-387961787 # [Codecov](https://codecov.io/gh/apache/kylin/pull/139?src=pr&el=h1) Report > Merging [#139](https://codecov.io/gh/apache/kylin/pull/139

[GitHub] coveralls commented on issue #138: Apache kylin 3359

2018-05-24 Thread GitBox
coveralls commented on issue #138: Apache kylin 3359 URL: https://github.com/apache/kylin/pull/138#issuecomment-387103592 ## Pull Request Test Coverage Report for [Build 3159](https://coveralls.io/builds/17143383) * **338** of **1357** **(24.91%)** changed or added relevant lines

[GitHub] codecov-io commented on issue #138: Apache kylin 3359

2018-05-24 Thread GitBox
codecov-io commented on issue #138: Apache kylin 3359 URL: https://github.com/apache/kylin/pull/138#issuecomment-387110165 # [Codecov](https://codecov.io/gh/apache/kylin/pull/138?src=pr&el=h1) Report > Merging [#138](https://codecov.io/gh/apache/kylin/pull/138?src=pr&el=desc) into [mast

Re: 答复: Partition Date Issue

2018-05-24 Thread ShaoFeng Shi
Hi Youcheng, Using view will make it simple, but Hive view may not leverage the conditions to smartly skip those unmatched partitions, that's why we want to use the origin Hive table. 2018-05-21 23:18 GMT+08:00 张 佑铖 : > Hi Shaofeng, > > I'm not sure but if create a view with adding a new column

[GitHub] shaofengshi closed pull request #137: add the compatibility for new version of hbase

2018-05-24 Thread GitBox
shaofengshi closed pull request #137: add the compatibility for new version of hbase URL: https://github.com/apache/kylin/pull/137 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 fore

[GitHub] shaofengshi commented on issue #137: add the compatibility for new version of hbase

2018-05-24 Thread GitBox
shaofengshi commented on issue #137: add the compatibility for new version of hbase URL: https://github.com/apache/kylin/pull/137#issuecomment-391629359 Merged in Kylin master branch, so close this PR. This is an automated me

[GitHub] coveralls commented on issue #138: Apache kylin 3359

2018-05-24 Thread GitBox
coveralls commented on issue #138: Apache kylin 3359 URL: https://github.com/apache/kylin/pull/138#issuecomment-387103592 ## Pull Request Test Coverage Report for [Build 3158](https://coveralls.io/builds/17142110) * **338** of **1350** **(25.04%)** changed or added relevant lines

[GitHub] codecov-io commented on issue #138: Apache kylin 3359

2018-05-24 Thread GitBox
codecov-io commented on issue #138: Apache kylin 3359 URL: https://github.com/apache/kylin/pull/138#issuecomment-387110165 # [Codecov](https://codecov.io/gh/apache/kylin/pull/138?src=pr&el=h1) Report > Merging [#138](https://codecov.io/gh/apache/kylin/pull/138?src=pr&el=desc) into [mast

[GitHub] kyotoYaho commented on a change in pull request #138: Apache kylin 3359

2018-05-24 Thread GitBox
kyotoYaho commented on a change in pull request #138: Apache kylin 3359 URL: https://github.com/apache/kylin/pull/138#discussion_r190493215 ## File path: core-metadata/src/main/java/org/apache/kylin/metadata/expression/ExpressionVisitor.java ## @@ -0,0 +1,35 @@ +/* + * Lic

[GitHub] kyotoYaho commented on a change in pull request #138: Apache kylin 3359

2018-05-24 Thread GitBox
kyotoYaho commented on a change in pull request #138: Apache kylin 3359 URL: https://github.com/apache/kylin/pull/138#discussion_r190493021 ## File path: core-metadata/src/main/java/org/apache/kylin/metadata/model/SumDynamicFunctionDesc.java ## @@ -0,0 +1,77 @@ +/* + * Lic

[GitHub] coveralls commented on issue #139: Kylin 3221 Some improvements for lookup table

2018-05-24 Thread GitBox
coveralls commented on issue #139: Kylin 3221 Some improvements for lookup table URL: https://github.com/apache/kylin/pull/139#issuecomment-387961369 ## Pull Request Test Coverage Report for [Build 3157](https://coveralls.io/builds/17141818) * **482** of **1504** **(32.05%)** chan

[GitHub] codecov-io commented on issue #139: Kylin 3221 Some improvements for lookup table

2018-05-24 Thread GitBox
codecov-io commented on issue #139: Kylin 3221 Some improvements for lookup table URL: https://github.com/apache/kylin/pull/139#issuecomment-387961787 # [Codecov](https://codecov.io/gh/apache/kylin/pull/139?src=pr&el=h1) Report > Merging [#139](https://codecov.io/gh/apache/kylin/pull/139