Is there a time frame for adding a Java API?

-- david

> On 22 Mar 2014, at 05:11, "Reynold Xin" <r...@databricks.com> wrote:
> 
> There is no Java API yet.
> 
> 
>> On Fri, Mar 21, 2014 at 3:18 AM, David Soroko <dsor...@attivio.com> wrote:
>> 
>> 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")), (7L, ("jgonzal",
>> "postdoc")),
>> 
>>                       (5L, ("franklin", "prof")), (2L, ("istoica",
>> "prof"))))
>> 
>> 
>> 
>> 
>> 
>> thanks
>> 
>> --david
>> 
>> 

Reply via email to