Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

exoulster
Copy link

Change the dependency check to support Spark up to 3.1.

@giacomoaletti
Copy link

Please change the dependency check to support Spark up to 3.1, with respect to
https://github.com/graphframes/graphframes/releases/tag/v0.8.2

graphframes_version <- if (spark_version >= "3.1.0") {
"0.8.2"
} else if (spark_version >= "3.0.0") {
"0.8.1"
} else if (spark_version >= "2.4.0") {
"0.7.0"
} else if (spark_version >= "2.2.0") {
"0.6.0"
} else {
"0.5.0"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants