riyadparvez / spark-streaming-hashgraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphX does not support modification of graph once created, although new graph can be created from existing graph. The `mapWithState` operator does not support creating new `VertexRDD` and `EdgeRDD` because it needs `SparkContext` to be serializable which is not possible without introducing some hack and possibility of weird bugs in future.

About


Languages

Language:Scala 96.1%Language:Shell 3.9%