Browse Source

HADOOP-16744. Fix building instruction to enable zstd. (#1736)

Masatake Iwasaki 5 years ago
parent
commit
18059acb6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BUILDING.txt

+ 1 - 1
BUILDING.txt

@@ -85,7 +85,7 @@ Optional packages:
 * Linux FUSE
 * Linux FUSE
   $ sudo apt-get install fuse libfuse-dev
   $ sudo apt-get install fuse libfuse-dev
 * ZStandard compression
 * ZStandard compression
-    $ sudo apt-get install zstd
+  $ sudo apt-get install libzstd1-dev
 * PMDK library for storage class memory(SCM) as HDFS cache backend
 * PMDK library for storage class memory(SCM) as HDFS cache backend
   Please refer to http://pmem.io/ and https://github.com/pmem/pmdk
   Please refer to http://pmem.io/ and https://github.com/pmem/pmdk