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
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")