Can we build GraphAr Spark library using Spark 3.3.1 ? #637
Unanswered
DancyHuang
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Apache Spark follows semantic versioning and all the versions from 3.3.x are back compatible. In my understanding there should not be any problem of running app on spark cluster with spark 3.3.1 with GraphAr built for 3.3.4. If you face an error, can you please share the stacktrace? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I see. It seems to we that is a rare case and we can workaround it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@DancyHuang FYI: #639 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
GraphAr Spark uses Maven Profiles to support multiple Spark Versions. By default it is built with Spark 3.2.x or profile datasources-32. To built with Spark 3.3.4 use -P datasources-33 (mvn clean install -DskipTests -P datasources-33).
The library built with 3.3.4 is incompatible with spark 3.3.1.
Can we build GraphAr Spark library using Spark 3.3.1 ?
Beta Was this translation helpful? Give feedback.
All reactions