You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2019/12/06 06:28:13 UTC

[hadoop] branch branch-3.2 updated: HADOOP-16744. Fix building instruction to enable zstd. (#1736)

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new e83684e  HADOOP-16744. Fix building instruction to enable zstd. (#1736)
e83684e is described below

commit e83684eae3c8d4297f4f71bd522a42526bc28390
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Fri Dec 6 15:25:20 2019 +0900

    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 0698469..9d40d24 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
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org