I use Spark 1.4.1, Maven and IntelliJ IDEA 14.1.4.
After finding this question Is it possible to use json4s 3.2.11 with Spark 1.3.0? I realise that in order to use json4s-jackson_2.10:3.2.11
functionality within my Spark streaming application, I need to rebuild Spark with the updated json4s version in the pom file.
How do I go about this?