Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSpark 3.0.0 + Hadoop 3.2 + Java 11 support. #385
Closed
+78
−263
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
…-detector.
…talled🤦 , and a bunch more pom cleanup.
…ue-329
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 { |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Closed
Going to close this, and re-open it against |
Draft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
ruebot commentedNov 26, 2019
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