Open ryanmickler opened 6 years ago
So i discovered that this was due to not having the com.fasterxml.jackson.core - jackson-databind
library installed on the container. If i include this in with my deployed app then it works. Perhaps we should include this by default?
Added "com.fasterxml.jackson.core" % "jackson-databind" % "2.7.9"
to build.sbt
When i try to use the
hashicorp/spark-nomad
docker image (i.e. when i use cluster mode), i'm getting the following errorThese errors don't appear when I run directly on my spark distro (non-cluster mode). Could this be caused by a version mismatch?
full stack trace - https://pastebin.com/eDPxqNtc