You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Yi Pan (Data Infrastructure) (JIRA)" <ji...@apache.org> on 2016/03/23 01:04:25 UTC

[jira] [Updated] (SAMZA-908) Fix dependency issues in samza-sql-calcite

     [ https://issues.apache.org/jira/browse/SAMZA-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yi Pan (Data Infrastructure) updated SAMZA-908:
-----------------------------------------------
    Component/s: sql

> Fix dependency issues in samza-sql-calcite
> ------------------------------------------
>
>                 Key: SAMZA-908
>                 URL: https://issues.apache.org/jira/browse/SAMZA-908
>             Project: Samza
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 0.10.0
>            Reporter: Yi Pan (Data Infrastructure)
>            Assignee: Yi Pan (Data Infrastructure)
>
> It seems that some indirect dependencies required by calcite-core are missing from maven central now.
> {noformat}
> Could not resolve all dependencies for configuration ':samza-sql-calcite:compile'.
> > Could not find org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
>   Searched in the following locations:
>       http://repo1.maven.org/maven2/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom
>       http://repo1.maven.org/maven2/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar
>       file:/home/yipan/.m2/repository/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom
>       file:/home/yipan/.m2/repository/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar
>   Required by:
>       org.apache.samza:samza-sql-calcite:0.10.1-SNAPSHOT > org.apache.calcite:calcite-core:1.5.0
> {noformat}
> It seems that the missing package is available from http://conjars.org/repo/ 



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