Re: documentation - graphx-programming-guide error?

2015-03-02 Thread Sean Owen
You are correct in that the type of messages being sent in that example is String and so reduceFun must operate on String. Being just an example, it can do any reasonable combining of messages. How about a + + b? Or the message could be changed to an Int. The mapReduceTriplets example above

documentation - graphx-programming-guide error?

2015-03-01 Thread Deborah Siegel
Hello, I am running through examples given on http://spark.apache.org/docs/1.2.1/graphx-programming-guide.html The section for Map Reduce Triplets Transition Guide (Legacy) indicates that one can run the following .aggregateMessages code val graph: Graph[Int, Float] = ... def msgFun(triplet: