You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/03/21 13:55:39 UTC

[GitHub] [zeppelin] NavidHt commented on issue #1910: ZEPPELIN-1977. spark 2.1 uses a more recent commons-lang3

NavidHt commented on issue #1910: ZEPPELIN-1977. spark 2.1 uses a more recent commons-lang3
URL: https://github.com/apache/zeppelin/pull/1910#issuecomment-475237960
 
 
   I'm having this issue on 0.8.1 again. It was okay in Zeppelin 0.8.0. Is it possible that dependency to commns-lang3 brought back again?
   Source of conflict is the file `<zeppelin-dir>/lib/interpreter/commons-lang3-3.4.jar` which added in 0.8.1, it does not exist in 0.8.0.
   My spark uses `commons-lang3-3.5` and I'm getting this error because of this conflict:
   
   > java.io.InvalidClassException: org.apache.commons.lang3.time.FastDateParser; local class incompatible: stream classdesc serialVersionUID = 2, local class serialVersionUID = 3

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services