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

This commit is contained in:
Masatake Iwasaki 2019-12-06 15:25:20 +09:00 committed by GitHub
parent 19512b21e3
commit 18059acb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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