Thanks Jonathan, I rebuilt the image and it now works perfectly. My image was built a few hours before the fix. Sorry for the noise.
2017-01-20 23:32 GMT+02:00 Jonathan Kelly <jonathaka...@gmail.com>: > Hi, Antoine, this issue was being tracked in https://issues.apache.org/ > jira/browse/ZEPPELIN-1977, but it is now resolved as of yesterday (looks > like about 18 hours ago). Maybe you need to pull from master again and > rebuild? > > ~ Jonathan > > On Fri, Jan 20, 2017 at 1:19 PM Antoine <a.pult...@gmail.com> wrote: > >> Hei, >> >> I'm trying to use Zeppelin from the master git branch with spark-2.1 and >> I get an invalid class exeption when I use a standalone spark cluster. >> >> java.io.InvalidClassException: org.apache.commons.lang3.time.FastDateParser; >> local class incompatible: stream classdesc serialVersionUID = 2, local >> class serialVersionUID = 3 >> >> To reproduce the error, I configure the spark interpreter to connect to a >> standalone cluster, it works with a local spark, and to load a file. For >> example, spark.read.json("/data/file.json"). >> >> I'm building and running Zeppelin with docker, based on the >> dylanmei/docker-zeppelin docker image, but with a few changes to build the >> master branch (npm must be installed and bower needs to be configured to >> run with the root user), and using spark 2.1 instead of spark 2.0. >> >> Can you reproduce the error ? Is there something I'm missing when I build >> Zeppelin ? >> >> Thanks >> >