-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BLOCKING][CI] Upgrade to Spark 2.4.3 #4414
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe you can update pom.xml as well?
@CodingCat The SparkTraining example doesn't seem to be compatible with Spark 2.4.2. Can you take a look? |
it's strange, do we cache some previously built pkg? |
ok, I checked 2.4.2 released tar ball looks like we are affected due to the release issue in 2.4.2, as 2.4.2 mistakenly released with scala 2.12 in their tar ball.... let's wait for 2.4.3.......... |
Was that a mistake? The download page says that "Spark is pre-built with Scala 2.12 since version 2.4.2" |
Yeah, they are not supposed to change scala version in a maintenance release, leading to 2.4.1.tar.gz is for scala 2.11 but 2.4.2.tar.gz is for 2.12 |
2.4.3 is ready, when ahead to modify this PR and see how it goes |
See #4409. Spark 2.4.1 has a serious bug.
closes #4409.