-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
HDFS-15690. Add lz4-java as test dependency #2481
Conversation
cc @sunchao |
thanks for pinging @viirya . Can you change the JIRA project to HDFS? |
Oh, can I change that? Seems no such field to change. Or create new JIRA under HDFS? |
@sunchao Okay. I moved this JIRA to HDFS. Thanks. |
Cool - I think you'll also need to change the PR title as well, and perhaps re-trigger the CI so that HDFS tests will be run. |
Okay, don't know the JIRA id was changed too. |
💔 -1 overall
This message was automatically generated. |
This looks unrelated...
|
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.
+1. testNativeCompression
passed with this PR.
💔 -1 overall
This message was automatically generated. |
Merged to trunk. Thanks @viirya ! |
Thanks @sunchao |
See https://issues.apache.org/jira/browse/HDFS-15690 for details.
TestFSImage.testNativeCompression
failed withjava.lang.NoClassDefFoundError: net/jpountz/lz4/LZ4Factory
:https://ci-hadoop.apache.org/job/PreCommit-HDFS-Build/305/testReport/junit/org.apache.hadoop.hdfs.server.namenode/TestFSImage/testNativeCompression/
We need to have lz4-java as test dependency.