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 *