You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ivan Veselovsky (JIRA)" <ji...@apache.org> on 2015/12/28 16:04:49 UTC

[jira] [Created] (IGNITE-2308) Should correctly detect dependencies on Hadoop classes

Ivan Veselovsky created IGNITE-2308:
---------------------------------------

             Summary: Should correctly detect dependencies on Hadoop classes 
                 Key: IGNITE-2308
                 URL: https://issues.apache.org/jira/browse/IGNITE-2308
             Project: Ignite
          Issue Type: Bug
          Components: hadoop
    Affects Versions: ignite-1.4
            Reporter: Ivan Veselovsky
            Assignee: Ivan Veselovsky
             Fix For: 1.5


While fixing IGNITE-2206 we revealed that dependencies on Hadoop code are not detected in all cases. In particular, if an Ignite class has a return type org.apache.hadoop.fs.FileSystem , that dependency is not detected by HadoopClassLoader. 

 The reason is that org.objectweb.asm.ClassVisitor , MethodVisitor, etc. implementations are not full, they ignore many dependencies.



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