Unfortunately, it won't work in Bigtop 1.0 as it is using Maven 3.0.+ where's your suggestion only applies to v 3.2.1 and later. At any rate I hacked around it by explicitly removing the module from the top-level pom file.
I have opened BIGTOP-1968 to see it through... Cos 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 *