Build Failure issues in Sunbird-Obsrv / sunbird-analytics-core (RELEASE-4.8.0) and Sunbird-Obsrv / sunbird-core-dataproducts (RELEASE-4.8.0) #114
-
I have the following system/software config
Steps that I followed
Built the entire code base from the location /ml-exhaust/sunbird-analytics-core via following command
Result : BUILD FAILURE Build Failure error
@manjudr Can you help me resolve this issue. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
manjudr
Sep 4, 2023
Replies: 1 comment 7 replies
-
@sumanvpacewisdom - Which Java version are you currently using? release 4.8 is compatible with Java 8. If you would like to use Java 11, please make sure to use release 4.8.5 or later. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@sumanvpacewisdom - The release 4.8.0 works with spark
2.4.4
. Please configure therun-job.sh
script file to use the 2.4.4 spark version.FYI - The error mentioned above suggests a conflict in Scala versions. Specifically, release 4.8.0 is built with Spark 2.4.4 with Scala 2.11. If you are using Spark 3.4 which is compatible with later of Scala (Scala 2.12/2.13).