Hi all,
as mentioned before I am trying to import the RowMatrix from Spark to Flink… In the code I already ran into a dead end… In the function multiplyGramianMatrixBy() (see end of mail) there is the line: rows.context.broadcast(v) (rows is a DataSet[Vector] What exactly is this line doing? Does it fill the „content“ of v into the variable rows? And another question: What is the function treeAggregate doing ? And how would you tackle a „copy“ of that in Flink? Thanks in advance! Best regards, Lydia private[flink] def multiplyGramianMatrixBy(v: DenseVector[Double]): DenseVector[Double] = { |
Hi Lydia, Spark and Flink are not identical. Thus, you’ll concepts in both system which won’t have a corresponding counter part in the other system. For example, The Cheers, On Thu, Feb 4, 2016 at 3:13 PM, Lydia Ickler <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |