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

Yi Pan (Data Infrastructure) commented on SAMZA-908:
----------------------------------------------------

The patch is simple. Hence, directly posting here w/o attachment:
{noformat}
diff --git a/build.gradle b/build.gradle
index 7faa492..685b24d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -352,6 +352,12 @@ project(":samza-sql-core") {
 project(":samza-sql-calcite") {
   apply plugin: 'java'
 
+  repositories {
+    maven {
+      url "http://conjars.org/repo";
+    }
+  }
+
   dependencies {
     compile project(":samza-sql-core")
     compile "org.apache.calcite:calcite-core:$calciteVersion"
{noformat}

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

Reply via email to