-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-17814. Add missing LevelDB dependencies to hadoop-hdfs module #7842
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
base: trunk
Are you sure you want to change the base?
Conversation
Co-authored-by: gong-flying <[email protected]>
💔 -1 overall
This message was automatically generated. |
Co-authored-by: gong-flying <[email protected]>
💔 -1 overall
This message was automatically generated. |
@cnauroth Hi, this PR has been open for a while. Could you please take a look when you have time? Thanks! |
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.
Hello @PeterPtroc . Thanks for sending the patch. I'm unclear on the need for this change. I think we should be pulling everything we need from the existing leveldbjni-all dependency. We aren't seeing hadoop-hdfs fail in our regular pre-commit test runs, and I can't reproduce the problem locally. I wonder if there is something specific about your environment.
Description of PR
The hadoop-hdfs module compilation fails on trunk branch due to missing LevelDB dependencies. This PR adds the required
org.iq80.leveldb:leveldb
dependencies to resolve compilation failures.Environment:
Solution:
org.iq80.leveldb:leveldb
dependency with version 0.12How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?