Open
Description
GraphX is deprecated starting from Apache Spark 4.0. We should start thinking about providing alternative implementations of algorithms, that are not relying on GraphX and GraphXConversion.
- ShortestPaths (feat: ShortestPaths without GraphX #557, feat: add an experimental implementation of SP in GF #558)
- LabelPropagation (feat: LabelPropagation without GraphX #564, feat: LabelPropagation without GraphX #587)
- PageRank (feat: PageRank without GraphX #569)
- ParallelPersonalizedPagerank
- StronglyConnectedComponents
- SVDPlusPlus