flint
flint copied to clipboard
bug with com.fasterxml
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,