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 2020/02/18 08:21:54 UTC

[GitHub] [bigtop] iwasakims commented on issue #600: BIGTOP-3302. init scripts using su do not work on recent systemd.

iwasakims commented on issue #600: BIGTOP-3302. init scripts using su do not work on recent systemd.
URL: https://github.com/apache/bigtop/pull/600#issuecomment-587336743
 
 
   Please refer to comments on [BIGTOP-3302](https://issues.apache.org/jira/browse/BIGTOP-3302) for backgrond info.
   
   I manually tested starting and stopping services of zookeeper, hadoop and hbase via systemctrl on CentOS 7 with latest systemd, with the patch applied.
   ```
   $ rpm -q systemd
   systemd-219-67.el7_7.3.x86_64
   
   $ sudo yum install zookeeper-server hadoop-conf-pseudo hbase-master hbase-regionserver
   (... setting up /hbase on HDFS and edit /etc/hbase/conf/hbase-site.xml.)
   
   $ sudo systemctl start zookeeper-server hadoop-hdfs-namenode hadoop-hdfs-secondarynamenode hadoop-hdfs-datanode hadoop-yarn-resourcemanager hadoop-yarn-nodemanager hbase-master hbase-regionserver
   $ sudo systemctl status zookeeper-server hadoop-hdfs-namenode hadoop-hdfs-secondarynamenode hadoop-hdfs-datanode hadoop-yarn-resourcemanager hadoop-yarn-nodemanager hbase-master hbase-regionserver
   $ sudo systemctl stop zookeeper-server hadoop-hdfs-namenode hadoop-hdfs-secondarynamenode hadoop-hdfs-datanode hadoop-yarn-resourcemanager hadoop-yarn-nodemanager hbase-master hbase-regionserver
   ```
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services