Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
-
None
-
Hadoop 2.7, Spark 3.0, Scala 2.12
Description
Steps to reproduce:
- Pull master branch (0.8.0-SNAPSHOT)
- changed <scala.binary.version> to 2.12 and <scala.version> to ${scala-2.12.version} in pom.xml
- package the jars through maven package
- extract the assembly/target/apache-livy-0.8.0-incubating-SNAPSHOT-bin.zip
- Start livy server
- Create an interactive session
- Fails with java.lang.IncompatibleClassChangeError. Find attached stack trace.
Observations:
I see that Hadoop 2.7 uses asm-3.2.jar. And livy 0.8.0-SNAPSHOT uses asm-5.0.4.jar