Open steveloughran opened 1 week ago
@steveloughran I think we want to include the Hadoop 2 Github Actions as well
I think we want to include the Hadoop 2 Github Actions as well
I wanted to see what what happened there. Let me work on that.
Looking at this I note that thift is download from apache archives and built every time. Apache infra might be unhappy about this; archive isn't replicated the way others are and they have "expressed concerns" about it being used elsewhere.
If he CI target OS/cpu is the same across builds, what about just sticking a precompiled thrift binary into dev/thift; if the cpu varies then it could be split for x86-64 and arm with the path set up appropriately.
hadoop 3 builds are all happy; no hadoop 2 build any more
no, vector failed. draft again
@Fokko thanks; merge when ready
Rationale for this change
As discussed on the mailing list; hadoop 3.3.0 is the minimum support hadoop version for 1.15
What changes are included in this PR?
pom changes
Are these changes tested?
locally, yes.
Are there any user-facing changes?
The changed minimum hadoop version needs to go into the release notes
Closes #2943