Re: grpah x issue spark 1.3

2015-08-17 Thread David Zeelen
the code below is taken from the spark website and generates the error detailed Hi using spark 1.3 and trying some sample code: val users: RDD[(VertexId, (String, String))] = sc.parallelize(Array((3L, ("rxin", "student")), (7L, ("jgonzal", "postdoc")), (5L, ("franklin", "prof")), (2L, ("istoica",

Re: grpah x issue spark 1.3

2015-08-17 Thread Sonal Goyal
I have been using graphx in production on 1.3 and 1.4 with no issues. What's the exception you see and what are you trying to do? On Aug 17, 2015 10:49 AM, "dizzy5112" wrote: > Hi using spark 1.3 and trying some sample code: > > > when i run: > > all works well but with > > it falls over and i g

grpah x issue spark 1.3

2015-08-16 Thread dizzy5112
Hi using spark 1.3 and trying some sample code: when i run: all works well but with it falls over and i get a whole heap of errors: Is anyone else experiencing this? Ive tried different graphs and always end up with the same results. thanks -- View this message in context: http://apache-