Trying to upgrade Ignite version in Ignite distribution we encountered the
following problem:
https://issues.apache.org/jira/browse/IGNITE-1195Reason seems to be that ignite-yarn module sources written for Hadoop
2.7.0, and this is specified in module's 'hadoop.version' variable. When
user specifies another 'hadoop.version', that value gets overridden, and
the module stops building.
--ivan