From 18059acb6ae16e72a6cdd08795f6281cda122bff 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) --- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index 6d2cddf925..b647cdd16b 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -85,7 +85,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