Skip to content

Commit 80a84ad

Browse files
committed
HADOOP-16744. Fix building instruction to enable zstd. (#1736)
(cherry picked from commit 18059ac)
1 parent 941a98e commit 80a84ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Optional packages:
8181
* Linux FUSE
8282
$ sudo apt-get install fuse libfuse-dev
8383
* ZStandard compression
84-
$ sudo apt-get install zstd
84+
$ sudo apt-get install libzstd1-dev
8585
* PMDK library for storage class memory(SCM) as HDFS cache backend
8686
Please refer to http://pmem.io/ and https://github.com/pmem/pmdk
8787

0 commit comments

Comments
 (0)