-
Notifications
You must be signed in to change notification settings - Fork 361
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
Metaclient: Drop Hadoop 2 support #6740
Conversation
♻️ PR Preview bbbb70c has been successfully destroyed since this PR has been closed. 🤖 By surge-preview |
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.
You deleted all my horrible build.sbt hacks! I will never again convince anyone that I am an 3133+ SBT h4xx0r!!
Thanks, this is truly lovely. spark/core/src/main/hadoop{2,3} are now empty, right?
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.
LGTM - just question about isSnapshot
clients/spark/build.sbt
Outdated
lazy val projectVersion = "0.10.0" | ||
lazy val hadoopVersion = "3.2.1" | ||
|
||
ThisBuild / isSnapshot := false | ||
ThisBuild / isSnapshot := true |
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.
Not expert on sbt - but do we need to mark this one always as true
it is not set based on how we publish?
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.
It was just an experiment, good catch
Resolves #6201.