Re: Building Yarn-Version of Flink

2015-06-23 Thread Maximilian Michels
Hi Max! Nowadays, the default target when building from source is Hadoop 2. So a simple mvn clean package -DskipTests should do it. You only need the flag when you build for Hadoop 1: -Dhadoop.profile=1. Cheers, The other Max On Tue, Jun 23, 2015 at 2:03 PM, Maximilian Alber

Re: Building Yarn-Version of Flink

2015-06-23 Thread Maximilian Alber
Thanks! I'm still used to 0.7 :) Cheers, Max On Tue, Jun 23, 2015 at 2:18 PM, Maximilian Michels m...@apache.org wrote: Hi Max! Nowadays, the default target when building from source is Hadoop 2. So a simple mvn clean package -DskipTests should do it. You only need the flag when you

Re: Building Yarn-Version of Flink

2015-06-23 Thread Stephan Ewen
I think it is a valid concern that the POM should be written such that the given command is valid. Should be only a simple change on the root POM, to make sure the Hadoop 2 profile is not only activated in the absence of a profile selection, but also when the selected profile is 2 Stephan On

Building Yarn-Version of Flink

2015-06-23 Thread Maximilian Alber
Hi Flinksters, I just tried to build the current yarn version of Flink. The second error is probably a because maven is of an older version. But the first one seems to be an error. albermax@hadoop1:~/bumpboost/working/programs/flink/incubator-flink$ mvn clean package -DskipTests