You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Yi Pan <ni...@gmail.com> on 2016/03/22 19:46:51 UTC

Error in getting dependencies when using calcite

Hi, all,

I was trying to refresh my project which includes
org.apache.calcite:calcite-core:1.5.0 as dependency and hit the following
error:

{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}


Can someone from Calcite team comment on how to resolve this?


Thanks!


-Yi

Re: Error in getting dependencies when using calcite

Posted by Josh Elser <jo...@gmail.com>.
Try adding a repository entry in your pom.xml (or settings.xml) for conjars:

http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/

Yi Pan wrote:
> Hi, all,
>
> I was trying to refresh my project which includes
> org.apache.calcite:calcite-core:1.5.0 as dependency and hit the following
> error:
>
> {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}
>
>
> Can someone from Calcite team comment on how to resolve this?
>
>
> Thanks!
>
>
> -Yi
>