Vladimir Ozerov created IGNITE-2342:
---------------------------------------
Summary: HadoopFileSystemFactory must set correct context
ClassLoader before calling FileSystem.get()
Key: IGNITE-2342
URL: https://issues.apache.org/jira/browse/IGNITE-2342
Project: Ignite
Issue Type: Task
Components: hadoop
Affects Versions: ignite-1.4
Reporter: Vladimir Ozerov
Assignee: Vladimir Ozerov
Priority: Critical
Fix For: 1.6
FileSystem.get() might delegate to ServiceLoader to get the list of file system
implementation. And ServiceLoader is known to be sensitive to context
classloader.
We must ensure that Thread.contextClassLoader is equal to
Factory.getClassLoader().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)