Re: Running GraphX through Java

2014-08-13 Thread Sonal Goyal
Hi All, Sorry reposting this again in the hope to get some clues. Best Regards, Sonal Nube Technologies On Wed, Aug 13, 2014 at 3:53 PM, Sonal Goyal wrote: > Hi, > > I am trying to run and test some graph apis using Java. I st

Running GraphX through Java

2014-08-13 Thread Sonal Goyal
Hi, I am trying to run and test some graph apis using Java. I started with connected components, here is my code. JavaRDD> vertices; ///code to populate vertices .. .. ClassTag longTag = scala.reflect.ClassTag$.MODULE$.apply(Long.class); ClassTag floatTag = scala.reflect.ClassTag$.MODULE$.apply(F