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 2020/09/02 06:12:22 UTC

[hadoop] branch trunk updated: HADOOP-17240. Fix wrong command line for setting up CentOS 8. (#2268)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 0207f5c  HADOOP-17240. Fix wrong command line for setting up CentOS 8. (#2268)
0207f5c is described below

commit 0207f5cf4610664b9fbd7d2b5fbe528f16ff8e44
Author: tkuramoto33 <70...@users.noreply.github.com>
AuthorDate: Wed Sep 2 15:12:03 2020 +0900

    HADOOP-17240. Fix wrong command line for setting up CentOS 8. (#2268)
---
 BUILDING.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 9fc68e0..9129c7f 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -461,7 +461,7 @@ Building on CentOS 8
   $ sudo ./b2 install
 
 * Install optional dependencies (snappy-devel).
-  $ sudo dnf --enablerepo=PowerTools snappy-devel
+  $ sudo dnf --enablerepo=PowerTools install snappy-devel
 
 * Install optional dependencies (libzstd-devel).
   $ sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm


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