Github user aarondav commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/586#discussion_r9973707 --- Diff: project/SparkBuild.scala --- @@ -340,7 +336,8 @@ object SparkBuild extends Build { def streamingSettings = sharedSettings ++ Seq( name := "spark-streaming", libraryDependencies ++= Seq( - "commons-io" % "commons-io" % "2.4" + "commons-io" % "commons-io" % "2.4", + "org.codehaus.jackson" % "jackson-mapper-asl" % "1.9.11" --- End diff -- Looking through the dependency graph of master, I do not see any dependencies that include 1.9.11. 1.8.8 seems to be the version used. Why do you say streaming needs 1.9.11?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post your response. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---