[jira] [Commented] (KYLIN-2394) Upgrade Calcite to 1.11

2017-01-20 Thread Billy Liu (JIRA)

[ 
https://issues.apache.org/jira/browse/KYLIN-2394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832581#comment-15832581
 ] 

Billy Liu commented on KYLIN-2394:
--

The upgrade has passed IT.

[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Kylin ... SUCCESS [  4.838 s]
[INFO] Apache Kylin - Calcite Overrides ... SUCCESS [  3.787 s]
[INFO] Apache Kylin - Core Common . SUCCESS [  6.676 s]
[INFO] Apache Kylin - Core Metadata ... SUCCESS [ 38.910 s]
[INFO] Apache Kylin - Core Dictionary . SUCCESS [01:31 min]
[INFO] Apache Kylin - Core Cube ... SUCCESS [01:48 min]
[INFO] Apache Kylin - Core Job  SUCCESS [04:10 min]
[INFO] Apache Kylin - Core Storage  SUCCESS [ 48.719 s]
[INFO] Apache Kylin - MapReduce Engine  SUCCESS [ 38.682 s]
[INFO] Apache Kylin - HBase Storage ... SUCCESS [ 16.423 s]
[INFO] Apache Kylin - Spark Engine  SUCCESS [ 21.081 s]
[INFO] Apache Kylin - Hive Source . SUCCESS [ 11.339 s]
[INFO] Apache Kylin - Kafka Source  SUCCESS [  5.936 s]
[INFO] Apache Kylin - Query ... SUCCESS [  4.079 s]
[INFO] Apache Kylin - Tool  SUCCESS [  6.418 s]
[INFO] Apache Kylin - REST Server Base  SUCCESS [ 10.294 s]
[INFO] Apache Kylin - REST Server . SUCCESS [ 53.092 s]
[INFO] Apache Kylin - JDBC Driver . SUCCESS [ 10.688 s]
[INFO] Apache Kylin - Assembly  SUCCESS [ 10.025 s]
[INFO] Apache Kylin - Integration Test  SUCCESS [  03:10 h]
[INFO] Apache Kylin - Tomcat Extension  SUCCESS [  4.546 s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 03:22 h
[INFO] Finished at: 2017-01-21T00:41:16+00:00
[INFO] Final Memory: 70M/796M
[INFO] 

> Upgrade Calcite to 1.11
> ---
>
> Key: KYLIN-2394
> URL: https://issues.apache.org/jira/browse/KYLIN-2394
> Project: Kylin
>  Issue Type: New Feature
>  Components: Query Engine
>Affects Versions: v1.6.0
>Reporter: Billy Liu
>Assignee: Billy Liu
>
> Calcite has release 1.11.0 recently. In this JIRA, Kylin will upgrade the 
> calcite to 1.11.0 and avatica to 1.9.0. 
> Some potential refactor may be required, since protobuf 3.0(upgrade from 2.5) 
> is needed by Calcite.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KYLIN-2394) Upgrade Calcite to 1.11

2017-01-20 Thread Billy Liu (JIRA)

[ 
https://issues.apache.org/jira/browse/KYLIN-2394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832597#comment-15832597
 ] 

Billy Liu commented on KYLIN-2394:
--

The patch includes two parts: 0001 is for upgrade the POM, 0002 is the hot fix 
for CALCITE-1592.
Since the Calcite 1.11 depends on Avatica Core 1.9, and Avatica Core has 
dependency with Protobuf 3.0, there have some conflicts with existing Protobuf 
2.5(Provided). In my patch, I change the dependency from Avatica-Core to 
Avatica which is the shaded library. It could avoid the dependency conflicts.
CALCITE-1592 is the bug we found when upgrade Calcite, the bug is fixed 
recently from Calcite side, I merged the patch into Kylin for this release. 

Hi [~liyang.g...@gmail.com], could you have a review for this?

> Upgrade Calcite to 1.11
> ---
>
> Key: KYLIN-2394
> URL: https://issues.apache.org/jira/browse/KYLIN-2394
> Project: Kylin
>  Issue Type: New Feature
>  Components: Query Engine
>Affects Versions: v1.6.0
>Reporter: Billy Liu
>Assignee: Billy Liu
> Attachments: 
> 0001-KYLIN-2394-Upgrade-Calcite-to-1.11-and-Avatica-to-1..patch, 
> 0002-KYLIN-2394-merge-CALCITE-1592.patch
>
>
> Calcite has release 1.11.0 recently. In this JIRA, Kylin will upgrade the 
> calcite to 1.11.0 and avatica to 1.9.0. 
> Some potential refactor may be required, since protobuf 3.0(upgrade from 2.5) 
> is needed by Calcite.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KYLIN-2394) Upgrade Calcite to 1.11

2017-01-21 Thread liyang (JIRA)

[ 
https://issues.apache.org/jira/browse/KYLIN-2394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833274#comment-15833274
 ] 

liyang commented on KYLIN-2394:
---

+1

Thanks, Billy!

> Upgrade Calcite to 1.11
> ---
>
> Key: KYLIN-2394
> URL: https://issues.apache.org/jira/browse/KYLIN-2394
> Project: Kylin
>  Issue Type: New Feature
>  Components: Query Engine
>Affects Versions: v1.6.0
>Reporter: Billy Liu
>Assignee: Billy Liu
> Attachments: 
> 0001-KYLIN-2394-Upgrade-Calcite-to-1.11-and-Avatica-to-1..patch, 
> 0002-KYLIN-2394-merge-CALCITE-1592.patch
>
>
> Calcite has release 1.11.0 recently. In this JIRA, Kylin will upgrade the 
> calcite to 1.11.0 and avatica to 1.9.0. 
> Some potential refactor may be required, since protobuf 3.0(upgrade from 2.5) 
> is needed by Calcite.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)