Any ideas on how to figure out what is going on when using json4s 3.2.11.
I have a need to use 3.2.11 and just to see if things work I had downgraded
to 3.2.10 and things started working.
On Wed, Feb 11, 2015 at 11:45 AM, Charles Feduke
wrote:
> I was having a similar problem to this trying to
I was having a similar problem to this trying to use the Scala Jackson
module yesterday. I tried setting `spark.files.userClassPathFirst` to true
but I was still having problems due to the older version of Jackson that
Spark has a dependency on. (I think its an old org.codehaus version.)
I ended u
Same here.. I am a newbie to all this as well.
But this is just what I found and I lack the expertise to figure out why
things dont work in 3.2.11 json4s.
May be some one in the group with more expertise can take a crack at it.
But this is what unblocked me from moving forward.
On Wed, Feb 11, 20
Actually, yes, I was using 3.2.11. I thought I would need the UUID encoder
that seems to have been added in that version, but I'm not using it. I've
downgraded to 3.2.10 and it seems to work.
I searched through the spark repo and it looks like it's got 3.2.10 in a
pom. I don't know the first th
I was getting similar error after I upgraded to spark 1.2.1 from 1.1.1
Are you by any chance using json4s 3.2.11.
I downgraded to 3.2.10 and that seemed to have worked. But I didnt try to
spend much time debugging the issue than that.
On Wed, Feb 11, 2015 at 11:13 AM, Jonathan Haddad wrote:
>
I'm trying to use the json4s library in a spark job to push data back into
kafka. Everything was working fine when I was hard coding a string, but
now that I'm trying to render a string from a simple map it's failing. The
code works in sbt console.
working console code:
https://gist.github.com/r