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

[jira] [Updated] (IGNITE-5131) Hadoop: update asm library to a version that can parse 1.8 bytecode

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

Ivan Veselovsky updated IGNITE-5131:
------------------------------------
    Description: 
This question indicates, that asm bytecode parser 4.2 cannot parse 1.8 bytecode:
http://stackoverflow.com/questions/34318028/apache-ignite-failed-to-load-job-class-class-org-apache-ignite-internal-proces

{code}
         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-all</artifactId>
             <version>4.2</version>
         </dependency>
{code}

Consider to update asm lib to newer version that understands 1.8 bytecode version, (likely 5.2 ? http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.ow2.asm%22%20AND%20a%3A%22asm-all%22 )


  was:
This question indicates, that asm bytecode parser 4.2 cannot parse 1.8 bytecode:
http://stackoverflow.com/questions/34318028/apache-ignite-failed-to-load-job-class-class-org-apache-ignite-internal-proces

         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-all</artifactId>
             <version>4.2</version>
         </dependency>

Consider to update asm lib to newer version that understands 1.8 bytecode version, (likely 5.2 ? http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.ow2.asm%22%20AND%20a%3A%22asm-all%22 )




> Hadoop: update asm library to a version that can parse 1.8 bytecode
> -------------------------------------------------------------------
>
>                 Key: IGNITE-5131
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5131
>             Project: Ignite
>          Issue Type: Bug
>          Components: hadoop
>            Reporter: Ivan Veselovsky
>            Assignee: Ivan Veselovsky
>            Priority: Minor
>
> This question indicates, that asm bytecode parser 4.2 cannot parse 1.8 bytecode:
> http://stackoverflow.com/questions/34318028/apache-ignite-failed-to-load-job-class-class-org-apache-ignite-internal-proces
> {code}
>          <dependency>
>              <groupId>org.ow2.asm</groupId>
>              <artifactId>asm-all</artifactId>
>              <version>4.2</version>
>          </dependency>
> {code}
> Consider to update asm lib to newer version that understands 1.8 bytecode version, (likely 5.2 ? http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.ow2.asm%22%20AND%20a%3A%22asm-all%22 )



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)