Re: error "Could not find creator property with name 'id' "

2016-03-01 Thread enzo
Hi Moon Thanks!! The fixes proposed in the post resolved my problem. On the other hand, if this is happening to everybody (as I assume), maybe this should be addressed a bit more systematically?? Thanks again! Enzo e...@smartinsightsfromdata.com > On 1 Mar 2016, at 19:13, moon soo Lee

Re: error "Could not find creator property with name 'id' "

2016-03-01 Thread moon soo Lee
Hi Enzo, It happens when you have multiple version of jackson library in your classpath. Please check following email thread http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/com-fasterxml-jackson-databind-JsonMappingException-td1607.html Thanks, moon On Tue, Mar 1, 2016

error "Could not find creator property with name 'id' "

2016-03-01 Thread enzo
I get the following euro in a variety of circumstances. I’ve downloaded zeppelin a couple of days ago. I use Spark 1.6.0. For example: %spark val raw = sc.textFile("/tmp/github.json”) // reading a 25Mb file from /tmp Gives the following error. Hey please!!