On Tue, Aug 18, 2015 at 09:43AM, Nikolay Tikhonov wrote: > Hi, > > >Hence, the question: how can I disable the build of ignite-yarn (which I > can not care less for) to > >have a working Ignite cluster on top of Hadoop 2.6? > > You can disable the build of ignite-yarn using the following maven command: > > *mvn clean package -DskipTests -pl \!modules/yarn -Dhadoop.version=2.6.0 > -Dignite.edition=hadoop *
Ah, that's helpful - I will try it in the morning. Thanks Nikolay!