Dear all,
I've just downloaded the shims from here
https://github.com/pentaho/pentaho-hadoop-shims and tried to build using the latest Ant.
I get the following errors:
------------------------------------
[ivy:resolve]
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve] module not found: org.pentaho#pentaho-aggdesigner-algorithm;5.1.3-jhyde
[ivy:resolve] ==== local: tried
[ivy:resolve] C:\Users\Ihor_Bobak\.ivy2\local\org.pentaho\pentaho-aggdesigner-algorithm\5.1.3-jhyde\ivys\ivy.xml
[ivy:resolve] -- artifact org.pentaho#pentaho-aggdesigner-algorithm;5.1.3-jhyde!pentaho-aggdesigner-algorithm.jar:
[ivy:resolve] C:\Users\Ihor_Bobak\.ivy2\local\org.pentaho\pentaho-aggdesigner-algorithm\5.1.3-jhyde\jars\pentaho-aggdesigner-algorithm-5.1.3-jhyde.jar
[ivy:resolve] ==== pentaho-ivy: tried
[ivy:resolve]
http://ivy-nexus.pentaho.org/content...-jhyde.ivy.xml
[ivy:resolve] ==== pentaho-mvn: tried
[ivy:resolve]
http://ivy-nexus.pentaho.org/content....1.3-jhyde.pom
[ivy:resolve] -- artifact org.pentaho#pentaho-aggdesigner-algorithm;5.1.3-jhyde!pentaho-aggdesigner-algorithm.jar:
[ivy:resolve]
http://ivy-nexus.pentaho.org/content....1.3-jhyde.jar
[ivy:resolve] ==== public-maven: tried
[ivy:resolve]
http://ivy-nexus.pentaho.org/content....1.3-jhyde.pom
[ivy:resolve] -- artifact org.pentaho#pentaho-aggdesigner-algorithm;5.1.3-jhyde!pentaho-aggdesigner-algorithm.jar:
[ivy:resolve]
http://ivy-nexus.pentaho.org/content....1.3-jhyde.jar
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: UNRESOLVED DEPENDENCIES ::
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: org.pentaho#pentaho-aggdesigner-algorithm;5.1.3-jhyde: not found
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]
[ivy:resolve]
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
BUILD FAILED
D:\Projects\pentaho-hadoop-shims-master\build.xml:38: The following error occurred while executing this line:
D:\Projects\pentaho-hadoop-shims-master\build.xml:40: The following error occurred while executing this line:
D:\Projects\pentaho-hadoop-shims-master\build-res\subfloor.xml:773: impossible to resolve dependencies:
resolve failed - see output for details
Total time: 103 minutes 26 seconds
------------------------------------
If we manually try to get to
http://ivy-nexus.pentaho.org/content/groups/omni, we don't see a folder "org.pentaho" with "pentaho-aggdesigner-algorithm" there.
Would anyone be so kind as to fix the repositories or tell here how to fix the ant build scripts to be able to fetch the pentaho-aggdesigner-algorithm and other jars?
Thank you in advance.