From 80a84ad8f53cadfc06332ed78257a7394928a6ef Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki Date: Fri, 6 Dec 2019 15:25:20 +0900 Subject: [PATCH] HADOOP-16744. Fix building instruction to enable zstd. (#1736) (cherry picked from commit 18059acb6ae16e72a6cdd08795f6281cda122bff) --- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index a18834b1faf..236f5187ae8 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -81,7 +81,7 @@ Optional packages: * Linux FUSE $ sudo apt-get install fuse libfuse-dev * ZStandard compression - $ sudo apt-get install zstd + $ sudo apt-get install libzstd1-dev * PMDK library for storage class memory(SCM) as HDFS cache backend Please refer to http://pmem.io/ and https://github.com/pmem/pmdk