Fabiano Francesconi created ZEPPELIN-3990: ---------------------------------------------
Summary: Zeppelin 0.8.1 commons-lang3 incompatible with spark 2.2 / spark 2.3 Key: ZEPPELIN-3990 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3990 Project: Zeppelin Issue Type: Bug Affects Versions: 0.8.1 Environment: I am using Zeppelin in a docker container with root image {code:java} mesosphere/mesos:1.0.1-2.0.93.ubuntu1404 {code} using Zeppelin downloaded from {code:java} http://mirror.easyname.ch/apache/zeppelin/zeppelin-0.8.1/zeppelin-0.8.1-bin-all.tgz {code} Reporter: Fabiano Francesconi I have upgraded Zeppelin from 0.8.0 to 0.8.1 and I seem now unable to run any Spark jobs with it (I tried using both Spark 2.2 and Spark 2.3). The error is this one, which is a bit surprising because I have seen that this has been fixed already in the past. {code:java}Caused by: org.apache.spark.SparkException: Job aborted due to stage failure: Task 81 in stage 13.0 failed 4 times, most recent failure: Lost task 81.3 in stage 13.0 (TID 7554, tlap22, executor 43): java.io.InvalidClassException: org.apache.commons.lang3.time.FastDateParser; local class incompatible: stream classdesc serialVersionUID = 2, local class serialVersionUID = 3{code} If I revert back to Zeppelin 0.8.0 everything works. -- This message was sent by Atlassian JIRA (v7.6.3#76005)