-
Notifications
You must be signed in to change notification settings - Fork 33
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
Spark 3.0.0 + Hadoop 3.2 + Java 11 support. #385
Conversation
- Add copyMerge implementation in Scala (copyMerge is deprecated in Hadoop 3) - Update NERCombinedJson to use new copyMerge implementation - 40 days and nights wandering the desert of pom.xml
- Some hacks to get a sucessful build - Definitely need to loop back and clean-up a whole lot! - Addresses #356
…talled 🤦, and a bunch more pom cleanup.
I believe we're going to continue to fail here until this is resolved. If that is resolved, it should also help out with our other hacks around making Tika work. |
import java.io.IOException | ||
|
||
/** Reimplementation of FileUtil.copyMerge . */ | ||
object CopyMerge { |
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.
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.
I don't recall this being my code... but I think that's fine.
Going to close this, and re-open it against |
GitHub issue(s):
What does this Pull Request do?
This PR is #375 + Hadoop 3.2 support.
How should this be tested?
Same as #375 + It should be tested with spark-3.0.0-preview-bin-hadoop3.2.
Additional Notes:
Same as #375