You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/05/06 11:50:12 UTC

[jira] [Created] (IGNITE-3093) Hadoop: exception during split on missing file

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)