Re: Flink-ml multiple linear regression fit

2015-09-20 Thread Stephan Ewen
You are again missing a library. There seems so be something quite complicated about your build setup. I would go for the ML quickstart or Maven template, which will package a correct fat jar automatically. On Sun, Sep 20, 2015 at 2:15 PM, Florian Heyl wrote: > Hi Stephan, > > Yeah I forgot

Re: Flink-ml multiple linear regression fit

2015-09-20 Thread Florian Heyl
Hi Stephan, Yeah I forgot the breeze library. Thanks. Unfortunately there is still another problem when I am running the pipeline on the hdfs. I tried to figure out what the cause of the problem is and I am mainly stuck at the collect method for the datasets. // List( (1.0, 1.0), (2.0, 2.0), .