You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Alexander Bezzubov (JIRA)" <ji...@apache.org> on 2015/10/29 06:47:27 UTC

[jira] [Created] (ZEPPELIN-375) Build fails on master due to incompatible bytecode version of the Geode dependencies

Alexander Bezzubov created ZEPPELIN-375:
-------------------------------------------

             Summary: Build fails on master due to incompatible bytecode version of the Geode dependencies
                 Key: ZEPPELIN-375
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-375
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.5.5, 0.6.0
            Reporter: Alexander Bezzubov
            Priority: Blocker


Build from master fails https://api.travis-ci.org/jobs/88045455/log.txt?deansi=true

It seems that the reason is Geode interpreter dependencies are build w/ incompatible [java version (java8)|https://github.com/apache/incubator-geode/blob/develop/build.gradle#L82] so test are failing with

{{
oqlStructResponseWithReservedCharacters(org.apache.zeppelin.geode.GeodeOqlInterpreterTest)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.UnsupportedClassVersionError: com/gemstone/gemfire/cache/query/internal/StructImpl
	at org.apache.zeppelin.geode.GeodeOqlInterpreterTest.oqlStructResponseWithReservedCharacters(GeodeOqlInterpreterTest.java:95)

oqlNumberResponse(org.apache.zeppelin.geode.GeodeOqlInterpreterTest)  Time elapsed: 0.155 sec  <<< ERROR!
java.lang.UnsupportedClassVersionError: com/gemstone/gemfire/cache/query/QueryService : Unsupported major.minor version 52.0
}}

[~tzolov] what do you think, is that correct?



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