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/22 20:13:25 UTC

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

Yi Pan (Data Infrastructure) created SAMZA-908:
--------------------------------------------------

             Summary: Fix dependency issues in samza-sql-calcite
                 Key: SAMZA-908
                 URL: https://issues.apache.org/jira/browse/SAMZA-908
             Project: Samza
          Issue Type: Bug
            Reporter: 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)