Vladimir Ozerov created IGNITE-3093: ---------------------------------------
Summary: Hadoop: exception during split on missing file Key: IGNITE-3093 URL: https://issues.apache.org/jira/browse/IGNITE-3093 Project: Ignite Issue Type: Bug Components: hadoop Affects Versions: 1.5.0.final Reporter: Vladimir Ozerov Assignee: Vladimir Ozerov Priority: Critical Fix For: 1.6 *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}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)