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

junhe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 20b7a14  BIGTOP-3351: Fix sqoop build error on Ubuntu 18.04
20b7a14 is described below

commit 20b7a14488902b74b3d74bd3cd6a46d8f0ea0702
Author: Yuqi Gu <[email protected]>
AuthorDate: Wed Apr 29 08:08:54 2020 +0000

    BIGTOP-3351: Fix sqoop build error on Ubuntu 18.04
    
    rsync package missing
    
    Change-Id: I08fad6f4343abf4fc49d6d04c83b38ff7adb1a88
    Signed-off-by: Yuqi Gu <[email protected]>
---
 bigtop_toolchain/manifests/packages.pp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bigtop_toolchain/manifests/packages.pp 
b/bigtop_toolchain/manifests/packages.pp
index 93704c3..eb14cbb 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -161,6 +161,7 @@ class bigtop_toolchain::packages {
         "g++",
         "fuse",
         "reprepro",
+        "rsync",
         "liblzo2-dev",
         "libfuse-dev",
         "libcppunit-dev",

Reply via email to