You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2019/02/09 13:50:59 UTC

[bigtop] branch master updated: BIGTOP-3157. Failed to start Ambari server and agent on Fedora 26 (#464)

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

evansye 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 d77a56f  BIGTOP-3157. Failed to start Ambari server and agent on Fedora 26 (#464)
d77a56f is described below

commit d77a56f60f3483e8bca3e1c39350c4f8d572459b
Author: Evans Ye <ev...@apache.org>
AuthorDate: Sat Feb 9 21:50:55 2019 +0800

    BIGTOP-3157. Failed to start Ambari server and agent on Fedora 26 (#464)
---
 bigtop_toolchain/bin/puppetize.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop_toolchain/bin/puppetize.sh b/bigtop_toolchain/bin/puppetize.sh
index 38d80aa..06c4bd3 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -24,7 +24,7 @@ case ${ID}-${VERSION_ID} in
     fedora-26)
       dnf -y install yum-utils
       dnf -y check-update
-      dnf -y install hostname findutils curl sudo unzip wget puppet puppetlabs-stdlib
+      dnf -y install hostname findutils curl sudo unzip wget puppet puppetlabs-stdlib procps-ng
         ;;
     ubuntu-16.04)
         apt-get update