Skip to content

Commit afab6a8

Browse files
committed
DSP-11503 downgrade akka
newer akka causes problems when assembled into fatjar. The error is: [2016-12-19 15:33:52,515] ERROR o.a.s.d.DseSparkSubmitBootstrapper [] [] - Failed to start or submit Spark application java.lang.VerifyError: Inconsistent stackmap frames at branch target 152 Exception Details: Location: akka/dispatch/Mailbox.processAllSystemMessages()V @152: getstatic Reason: Type top (current frame, locals[9]) is not assignable to 'akka/dispatch/sysmsg/SystemMessage' (stack map, locals[9]) (...)
1 parent 9ab1645 commit afab6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Versions {
44
lazy val metrics = "2.2.0"
55
lazy val jodaTime = "2.9.3"
66
lazy val jodaConvert = "1.8.1"
7-
lazy val akka = "2.4.9"
7+
lazy val akka = "2.3.15"
88
lazy val spray = "1.3.3"
99
lazy val sprayJson = "1.3.2"
1010
lazy val spark = "2.0.2"

0 commit comments

Comments
 (0)