-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-16744. Fix building instruction to enable zstd. #1736
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
Conversation
@iwasakims Thank you for your patch. |
🎊 +1 overall
This message was automatically generated. |
Sure. While we have the same result by using transitional package name (ibzstd1-dev), it would be better that the Dockerfile and documentation are consistent. |
The Dockerfile is based on xenial (16.04) in which libzstd-dev points to older version (0.5.1). We whould use libzstd1-dev pointing to newer version. Since libzstd1-dev is still available on bioinic (18.04) as transitional package, libzstd1-dev would be better in BUILDING.txt too. I will update the code. |
🎊 +1 overall
This message was automatically generated. |
+1, make sense. Thank you @iwasakims |
Thanks, @aajisaka . |
(cherry picked from commit 18059ac)
(cherry picked from commit 18059ac)
(cherry picked from commit 18059ac)
(cherry picked from commit 18059ac)
No description provided.