Re: graphx samples in Java

2014-03-22 Thread David Soroko
Is there a time frame for adding a Java API? -- david > On 22 Mar 2014, at 05:11, "Reynold Xin" wrote: > > There is no Java API yet. > > >> On Fri, Mar 21, 2014 at 3:18 AM, David Soroko wrote: >> >> Hi >> >> Where ca

graphx samples in Java

2014-03-21 Thread David Soroko
Hi Where can I find the equivalent of the graphx example (http://spark.apache.org/docs/0.9.0/graphx-programming-guide.html#examples ) in Java ? For example. How does the following translates to Java val users: RDD[(VertexId, (String, String))] = sc.parallelize(Array((3L, ("rxin", "student")