doc: add Maven Central coordinates section to installation guide by SemyonSinchenko · Pull Request #774 · graphframes/graphframes · GitHub
Skip to content

doc: add Maven Central coordinates section to installation guide#774

Merged
SemyonSinchenko merged 1 commit intographframes:mainfrom
SemyonSinchenko:762-doc-central
Jan 20, 2026
Merged

doc: add Maven Central coordinates section to installation guide#774
SemyonSinchenko merged 1 commit intographframes:mainfrom
SemyonSinchenko:762-doc-central

Conversation

@SemyonSinchenko
Copy link
Copy Markdown
Collaborator

What changes were proposed in this pull request?

This commit enhances the installation documentation by adding a detailed section on Maven Central coordinates for GraphFrames. The update provides clarity on the artifact naming convention, which follows the pattern:

graphframes-{component-name}-{spark-major-version}_{scala-version}

The section includes specific examples for core, GraphX, and Spark Connect components, helping users correctly identify and include dependencies. It also explains the purpose of each component, distinguishing between primary usage, Spark Connect plugin, and internal GraphX dependency.

This addition ensures that users can easily locate and integrate GraphFrames artifacts for their specific Spark and Scala versions, improving the setup experience and reducing potential confusion.

Why are the changes needed?

Close #762

This commit enhances the installation documentation by adding a detailed section on Maven Central coordinates for GraphFrames. The update provides clarity on the artifact naming convention, which follows the pattern:

`graphframes-{component-name}-{spark-major-version}_{scala-version}`

The section includes specific examples for core, GraphX, and Spark Connect components, helping users correctly identify and include dependencies. It also explains the purpose of each component, distinguishing between primary usage, Spark Connect plugin, and internal GraphX dependency.

This addition ensures that users can easily locate and integrate GraphFrames artifacts for their specific Spark and Scala versions, improving the setup experience and reducing potential confusion.
@SemyonSinchenko SemyonSinchenko merged commit 19f39ef into graphframes:main Jan 20, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doc: mention the Maven Central releases in doc installation page

2 participants