Description
Problem
See IgniteHadoopMapReducePlanner.nodeForSplit method. If we operate on IGFS file and it is not in the file system yet, call to IgfsImpl.affinity will throw an exception. But this is a valid case for Hadoop.
Solution
Check whether file exist prior to calling affinity.