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:
[email protected]


With regards,
Apache Git Services

Reply via email to