[
https://issues.apache.org/jira/browse/CALCITE-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211051#comment-16211051
]
Yui-Wah Lee commented on CALCITE-605:
-------------------------------------
Okay thanks!
The latest hive-exec seems to be 2.3.0 (as of today 2017-10-19), which depends
on calcite-core:1.10.0, and thus still transitively depends on
org.pentaho:pentaho-aggdesigner-algorithm
Also, our hive server is not yet 2.3.0, so we can't upgrade our hive client
anyway. I guess we will have to wait (and, in the mean time, use another
solution such as a local artifactory server). Thanks anyway!
{code:java}
[INFO] +- org.apache.hive:hive-exec:jar:2.3.0:compile
[INFO] | +- ...
[INFO] | +- org.apache.calcite:calcite-core:jar:1.10.0:compile
[INFO] | | +- ...
[INFO] | | \-
org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde:compile
{code}
> Reduce dependency on third-party maven repositories
> ---------------------------------------------------
>
> Key: CALCITE-605
> URL: https://issues.apache.org/jira/browse/CALCITE-605
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Julian Hyde
> Fix For: 1.1.0-incubating
>
>
> Calcite's dependencies are spread among Apache repo, Maven central, and
> Conjars. All Apache dependencies should be (and I believe are) in Apache, and
> everything else should be in Maven central.
> Currently some dependencies are in [Conjars|http://www.conjars.org]:
> * eigenbase eigenbase-properties
> * net.hydromatic quidem
> * net.hydromatic tpcds
> * org.pentaho pentaho-aggdesigner-algorithm
> * pentaho mondrian-data-foodmart-hsqldb
> * pentaho mondrian-data-foodmart-queries
> * sqlline sqlline
> Move or copy these into Maven central.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)