[GitHub] asfgit commented on issue #289: KYLIN-3630, remove unused fields in the implementations of MeasureType

2018-10-14 Thread GitBox
asfgit commented on issue #289: KYLIN-3630, remove unused fields in the implementations of MeasureType URL: https://github.com/apache/kylin/pull/289#issuecomment-429617849 Can one of the admins verify this patch? This is an

[GitHub] tttMelody opened a new pull request #289: KYLIN-3630, remove unused fields in the implementations of MeasureType

2018-10-14 Thread GitBox
tttMelody opened a new pull request #289: KYLIN-3630, remove unused fields in the implementations of MeasureType URL: https://github.com/apache/kylin/pull/289 This is an automated message from the Apache Git Service. To

[GitHub] shaofengshi closed pull request #288: KYLIN-3597 Improve code smell

2018-10-14 Thread GitBox
shaofengshi closed pull request #288: KYLIN-3597 Improve code smell URL: https://github.com/apache/kylin/pull/288 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

[jira] [Created] (KYLIN-3631) Utilize Arrays#parallelSort for better performance

2018-10-14 Thread Ted Yu (JIRA)
Ted Yu created KYLIN-3631: - Summary: Utilize Arrays#parallelSort for better performance Key: KYLIN-3631 URL: https://issues.apache.org/jira/browse/KYLIN-3631 Project: Kylin Issue Type: Task

[jira] [Created] (KYLIN-3630) remove unused fields in the implementations of MeasureType

2018-10-14 Thread jiatao.tao (JIRA)
jiatao.tao created KYLIN-3630: - Summary: remove unused fields in the implementations of MeasureType Key: KYLIN-3630 URL: https://issues.apache.org/jira/browse/KYLIN-3630 Project: Kylin Issue

[GitHub] codecov-io commented on issue #289: KYLIN-3630, remove unused fields in the implementations of MeasureType

2018-10-14 Thread GitBox
codecov-io commented on issue #289: KYLIN-3630, remove unused fields in the implementations of MeasureType URL: https://github.com/apache/kylin/pull/289#issuecomment-429619135 # [Codecov](https://codecov.io/gh/apache/kylin/pull/289?src=pr=h1) Report > :exclamation: No coverage uploaded

[GitHub] shaofengshi closed pull request #289: KYLIN-3630, remove unused fields in the implementations of MeasureType

2018-10-14 Thread GitBox
shaofengshi closed pull request #289: KYLIN-3630, remove unused fields in the implementations of MeasureType URL: https://github.com/apache/kylin/pull/289 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

Can't create EnumerableAggregate! with cte in where condition

2018-10-14 Thread yiwang
Hello kylin team, I got a error: " Can't create EnumerableAggregate! while executing SQL: "with cte1 as( select * from (select * from kylin_sales) where seller_id <> 0 ), cte2 as( select distinct trans_id from kylin_sales where trans_id <> 0 ) select part_dt, sum(price) as total_selled,

Re: Some wrong with kylin2.5-hbase2.* for protobuf-java

2018-10-14 Thread liuzhixin
Hi Cao Lijun Yeah! You are right. Our platform uses the ambari-hdp3.0, but with the hive standalone 2.3.3. So I need to compile kyin for the hive version 2.3.3. And now its not compatible with protobuf-java version 3.1.0 which from atopcalcite. Best wishes for you. > 在

Re: Some wrong with kylin2.5-hbase2.* for protobuf-java

2018-10-14 Thread ShaoFeng Shi
Hi zhixin, I think the problem is how to run Hive 2 with HDP 3, no relation with Kylin. Usually, we don't encourage user to customize the component version in a release, because that may bring dependency conflicts. I suggest you use the original Hive version in HDP 3. liuzhixin 于2018年10月15日周一

[GitHub] allenma opened a new pull request #290: KYLIN-3632 Add configuration that can switch on/off preparedStatement cache

2018-10-14 Thread GitBox
allenma opened a new pull request #290: KYLIN-3632 Add configuration that can switch on/off preparedStatement cache URL: https://github.com/apache/kylin/pull/290 Add configuration that can switch on/off preparedStatement cache in kylin server

[GitHub] asfgit commented on issue #290: KYLIN-3632 Add configuration that can switch on/off preparedStatement cache

2018-10-14 Thread GitBox
asfgit commented on issue #290: KYLIN-3632 Add configuration that can switch on/off preparedStatement cache URL: https://github.com/apache/kylin/pull/290#issuecomment-429714335 Can one of the admins verify this patch? This

Re: Some wrong with kylin2.5-hbase2.* for protobuf-java

2018-10-14 Thread Lijun Cao
Hi liuzhixin: Which platform did you use? The CDH 6.0.x or HDP 3.0 ? Best Regards Lijun Cao > 在 2018年10月12日,21:14,liuzhixin 写道: > > Logging initialized using configuration in > file:/data/hadoop-enviorment/apache-hive-2.3.3/conf/hive-log4j2.properties > Async: true > OK > Time taken:

Re: Some wrong with kylin2.5-hbase2.* for protobuf-java

2018-10-14 Thread liuzhixin
Hi ShaoFeng Shi Yes, the error from hive version 2.3.3, And Kylin need hive version 3.1.0. So how to solve the question? Best wishes! > 在 2018年10月15日,上午11:10,ShaoFeng Shi 写道: > > Hi Zhixin, > > The error log is thrown from Hive, not from Kylin I think. Please verify > your hive is properly

[jira] [Created] (KYLIN-3632) Add configuration that can switch on/off preparedStatement cache in Kylin server

2018-10-14 Thread Ma Gang (JIRA)
Ma Gang created KYLIN-3632: -- Summary: Add configuration that can switch on/off preparedStatement cache in Kylin server Key: KYLIN-3632 URL: https://issues.apache.org/jira/browse/KYLIN-3632 Project: Kylin

[GitHub] shaofengshi closed pull request #286: KYLIN-3617 Use job's cache in job scheduler

2018-10-14 Thread GitBox
shaofengshi closed pull request #286: KYLIN-3617 Use job's cache in job scheduler URL: https://github.com/apache/kylin/pull/286 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

Re: Some wrong with kylin2.5-hbase2.* for protobuf-java

2018-10-14 Thread ShaoFeng Shi
Hi Zhixin, The error log is thrown from Hive, not from Kylin I think. Please verify your hive is properly installed; You can manually run that hive command : hive -e "use default; xxx" Lijun Cao <641507...@qq.com> 于2018年10月15日周一 上午11:01写道: > Hi liuzhixin: > > As I remember, the Hive version in

Re: Some wrong with kylin2.5-hbase2.* for protobuf-java

2018-10-14 Thread Lijun Cao
Hi liuzhixin: As I remember, the Hive version in HDP 3 is 3.1.0 . You can update Hive to 3.1.0 and then have another try. And according to my previous test, the binary package apache-kylin-2.5.0-bin-hadoop3.tar.gz can work properly on HDP 3. You can get it form official site. Best Regards

Re: Some wrong with kylin2.5-hbase2.* for protobuf-java

2018-10-14 Thread liuzhixin
Thank you for the answer! I can’t decide the hive version. And the hive version 2.3.3 can work well with HDP 3. Perhaps you can test the Kylin with hive version 2.3.3. Maybe it’s other error. Thanks! Best wishes! > 在 2018年10月15日,下午1:24,ShaoFeng Shi 写道: > > Hi zhixin, > > I think the

[GitHub] codecov-io commented on issue #290: KYLIN-3632 Add configuration that can switch on/off preparedStatement cache

2018-10-14 Thread GitBox
codecov-io commented on issue #290: KYLIN-3632 Add configuration that can switch on/off preparedStatement cache URL: https://github.com/apache/kylin/pull/290#issuecomment-429717664 # [Codecov](https://codecov.io/gh/apache/kylin/pull/290?src=pr=h1) Report > Merging