Re: GraphX: New graph operator

2015-06-09 Thread jinkui.sjk
i have a pull request about this issue. https://github.com/apache/spark/pull/6685 the union operation of two graph is useful in practice. And it’s necessary to provide operation on the Graph level. > On 3 Jun, 2015, at 2:58 pm, Reynold Xin wrote: >

a question of Graph build api

2014-12-04 Thread jinkui.sjk
hi, all where build a graph from edge tuples with api Graph.fromEdgeTuples, the edges object type is RDD[Edge], inside of EdgeRDD.fromEdge, EdgePartitionBuilder.add func’s param is better to be Edge object. no need to create a new Edge object again. def fromEdgeTuples[VD: ClassTag](