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 2021/03/01 11:10:14 UTC

[GitHub] [bigtop] iwasakims commented on pull request #703: BIGTOP-3456: Add hadoop-yarn-router and hadoop-hdfs-dfsrouter to hadoop services

iwasakims commented on pull request #703:
URL: https://github.com/apache/bigtop/pull/703#issuecomment-787865681


   Thanks for the update, @qizhu-lucas. While packaging works now, init scripts could not launch daemons. We should use hadoop-daemon.sh and yarn-daemon.sh to start daemons. See other `hadoop-hdfs-*.svc` and `hadoop-yarn-*.svc` as reference.
   
   ```
   # systemctl start hadoop-hdfs-dfsrouter
   # journalctl -xe
   ...
   -- Unit hadoop-hdfs-dfsrouter.service has begun starting up.
   Mar 01 10:55:08 148cc1d32442 runuser[31068]: pam_unix(runuser:session): session opened for user hdfs by (uid=0)
   Mar 01 10:55:09 148cc1d32442 hadoop-hdfs-dfsrouter[31051]: ERROR: start is not COMMAND nor fully qualified CLASSNAME.
   Mar 01 10:55:09 148cc1d32442 hadoop-hdfs-dfsrouter[31051]: Usage: hdfs [OPTIONS] SUBCOMMAND [SUBCOMMAND OPTIONS]
   Mar 01 10:55:09 148cc1d32442 hadoop-hdfs-dfsrouter[31051]:   OPTIONS is none or any of:
   ```
   


----------------------------------------------------------------
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