stripe-archive / brushfire

Distributed decision tree ensemble learning in Scala
Other
391 stars 50 forks source link

use latest jackson (1.9.13), bump brushfire version to 0.6.1 #60

Closed brahn closed 9 years ago

brahn commented 9 years ago

one of my brushfire jobs is failing with the following error:

Caused by: java.lang.NoSuchMethodError: org.codehaus.jackson.JsonNode.asText()Ljava/lang/String;
    at com.twitter.bijection.json.JsonNodeInjection$$anon$11.invert(JsonInjection.scala:108)

@avibryant suggested bumping jackson here.

r? @avibryant @tixxit