Registry / other / spark-graphx-2-12

spark-graphx-2-12

JSON →
library3.5.8javamavenunverified

GraphX is Apache Spark's API for graph processing and parallel graph algorithms.

<dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-graphx_2.12</artifactId> <version>3.5.8</version> </dependency>
INSTALL
IMPORT
SIG · SPARK-GRAPHX-2-12
S
spark-graphx-2-12
otherjavav3.5.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graph
org.apache.spark.graphx.Graph

Illustrates that GraphX usage requires a SparkContext (not shown for brevity).

import org.apache.spark.graphx.Graph; import org.apache.spark.rdd.RDD; public class Example { public static void main(String[] args) { // Graph creation typically requires SparkContext System.out.println("GraphX requires SparkContext"); } }
Debug
Known issues
gotchaGraphX is not actively developed; consider using GraphFrames for newer features.
fix
Migrate to GraphFrames for better DataFrame integration and active development.
affects: >=3.0.0
Upgrade
Version history
3.5.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
spark-graphx-2-12 — mvn dependency:get spark-graphx-2-12 · libregistry