Re: Flink-ML as Dependency

2015-06-11 Thread Maximilian Alber
Well then, I should update ;-) On Thu, Jun 11, 2015 at 4:01 PM, Till Rohrmann wrote: > Hmm then I assume that version 2 can properly handle maven property > variables. > > > On Thu, Jun 11, 2015 at 3:05 PM Maximilian Alber < > alber.maximil...@gmail.com> wrote: > >> Hi Till, >> >> I use the stan

Re: Flink-ML as Dependency

2015-06-11 Thread Till Rohrmann
Hmm then I assume that version 2 can properly handle maven property variables. On Thu, Jun 11, 2015 at 3:05 PM Maximilian Alber wrote: > Hi Till, > > I use the standard one for Ubuntu 15.04, which is 1.5. > > That did not make any difference. > > Thanks and Cheers, > Max > > On Thu, Jun 11, 2015

Re: Flink-ML as Dependency

2015-06-11 Thread Maximilian Alber
Hi Till, I use the standard one for Ubuntu 15.04, which is 1.5. That did not make any difference. Thanks and Cheers, Max On Thu, Jun 11, 2015 at 11:22 AM, Till Rohrmann wrote: > Hi Max, > > I just tested a build using gradle (with your build.gradle file) and some > flink-ml algorithms. And it

Re: Flink-ML as Dependency

2015-06-11 Thread Till Rohrmann
Hi Max, I just tested a build using gradle (with your build.gradle file) and some flink-ml algorithms. And it was completed without the problem of the unresolved breeze dependency. I use the version 2.2.1 of Gradle. Which version are you using? Since you’re using Flink’s snapshots and have speci

Re: Flink-ML as Dependency

2015-06-11 Thread Maximilian Alber
Hi Till, Thanks for the quick help! Cheers, Max On Wed, Jun 10, 2015 at 5:50 PM, Till Rohrmann wrote: > Hi Max, > > I think the reason is that the flink-ml pom contains as a dependency an > artifact with artifactId breeze_${scala.binary.version}. The variable > scala.binary.version is defined

Re: Flink-ML as Dependency

2015-06-10 Thread Till Rohrmann
Hi Max, I think the reason is that the flink-ml pom contains as a dependency an artifact with artifactId breeze_${scala.binary.version}. The variable scala.binary.version is defined in the parent pom and not substituted when flink-ml is installed. Therefore gradle tries to find a dependency with t

Flink-ML as Dependency

2015-06-10 Thread Maximilian Alber
Hi Flinksters, I would like to test FlinkML. Unfortunately, I get an error when including it to my project. It might be my error as I'm not experienced with Gradle, but with Google I got any wiser. My build.gradle looks as follows: apply plugin: 'java' apply plugin: 'scala' //sourceCompatibilit