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/20 14:40:20 UTC

[jira] [Resolved] (IGNITE-3929) Hadoop: Fix native libraries loading mechanism.

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

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

> Hadoop: Fix native libraries loading mechanism.
> -----------------------------------------------
>
>                 Key: IGNITE-3929
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3929
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: hadoop
>    Affects Versions: 1.7
>            Reporter: Vladimir Ozerov
>            Assignee: Ivan Veselovsky
>             Fix For: 1.8
>
>
> Currently we do the following to load native libraries:
> 1) Ask parent class loader (normally it is app class loader) to load {{org.apache.hadoop.util.NativeCodeLoader}} class. It will force loading of relevant Hadoop native libraries.
> 2) Then hack into parent class loader internals, find loaded library, and wire it up to current classloader.
> This approach will not work any more because parent classloader normally will not have Hadoop in classpath.
> We should provide alternative solution.



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