Graphx TripletFields written in Java?

2015-01-15 Thread Jay Hutfles
Hi all, Does anyone know the reasoning behind implementing org.apache.spark.graphx.TripletFields in Java instead of Scala? It doesn't look like there's anything in there that couldn't be done in Scala. Nothing serious, just curious. Thanks! -Jay

Re: Graphx TripletFields written in Java?

2015-01-15 Thread Reynold Xin
The static fields - Scala can't express JVM static fields unfortunately. Those will be important once we provide the Java API. On Thu, Jan 15, 2015 at 8:58 AM, Jay Hutfles jayhutf...@gmail.com wrote: Hi all, Does anyone know the reasoning behind implementing