twosigma / flint

A Time Series Library for Apache Spark
Apache License 2.0
995 stars 184 forks source link

bug with com.fasterxml #12

Open titidutarn opened 7 years ago

titidutarn commented 7 years ago

Hi,

I've downloaded and built flint with sbt.

I've then copy and paste the .jar from the target folder into spark/jars

But this create a conflit with com.fasterxml when I try your first example code (CSV)

The error : com.fasterxml.jackson.databind.JsonMappingException: Jackson version is too old 2.3.2

Do you know why ?

Thks,