You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/09/22 00:40:18 UTC

[GitHub] [bigtop] sekikn commented on pull request #1018: BIGTOP-3819. Adding Puppet Recipes for Apache Phoenix

sekikn commented on PR #1018:
URL: https://github.com/apache/bigtop/pull/1018#issuecomment-1254368909

   Thank you for this improvement @vivostar!
   I tried this PR on Ubuntu 18.04 and came across the following error. Would you take a look? systemctl seems to exist in /bin on that Docker image.
   
   ```
   $ ./docker-hadoop.sh -d -C config_ubuntu-18.04.yaml -r file:///bigtop-home/output/apt -G -k zookeeper,hdfs,hbase,phoenix -c 3
   
   ...
   
   Notice: /Stage[main]/Phoenix::Server/Package[phoenix]/ensure: created
   Notice: /Stage[main]/Phoenix::Server/File[phoenix-server-lib]/ensure: created
   Error: Could not find command 'systemctl'
   Error: /Stage[main]/Phoenix::Hbase_server_restart/Exec[hbase_server_restart]/returns: change from 'notrun' to ['0'] failed: Could not find command 'systemctl'
   
   ...
   
   Notice: /Stage[main]/Hadoop_hbase::Master/Package[hbase-master]/ensure: created
   Error: Could not find command 'systemctl'
   Error: /Stage[main]/Phoenix::Hbase_master_restart/Exec[hbase_master_restart]/returns: change from 'notrun' to ['0'] failed: Could not find command 'systemctl'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org