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 13:26:12 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov resolved IGNITE-3093.
-------------------------------------
    Resolution: Fixed

> 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)