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/09/16 10:46:20 UTC

[jira] [Created] (IGNITE-3916) Hadoop: Create additional module.

Vladimir Ozerov created IGNITE-3916:
---------------------------------------

             Summary: Hadoop: Create additional module.
                 Key: IGNITE-3916
                 URL: https://issues.apache.org/jira/browse/IGNITE-3916
             Project: Ignite
          Issue Type: Sub-task
          Components: hadoop
    Affects Versions: 1.7
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
             Fix For: 1.8


The plan is as follows:
1) {{ignite-hadoop}} will have helpers and interfaces, but *will not* have direct Hadoop dependency. This module will be loaded in runtime by the core.
2) {{ignite-hadoop-impl}} will have Hadoop-dependent implementations and have direct dependency on Hadoop libraries. It will be accessed only through {{HadoopClassLoader}} interface and should not be located in normal classpath of the {{core}} module.

In this ticket we should only create additional module, move all current Hadoop classes there, and ensure correct dependencies 
{{core <- hadoop <- hadoop-impl}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)