iwasakims opened a new pull request, #1367: URL: https://github.com/apache/bigtop/pull/1367
https://issues.apache.org/jira/browse/BIGTOP-4472 Starting hadoop services failed due to invalid permission (0200) of hadoop-config.sh. ``` Error: Systemd start for hadoop-hdfs-namenode failed! journalctl log for hadoop-hdfs-namenode: Jul 19 06:06:33 d2cdaffc4669 systemd[1]: Starting Hadoop NameNode... Jul 19 06:06:33 d2cdaffc4669 hdfs[9365]: //usr/lib/hadoop/libexec/hadoop-config.sh: line 79: //usr/lib/hadoop/libexec/hadoop-layout.sh: Permission denied Jul 19 06:06:33 d2cdaffc4669 hdfs[9365]: ERROR: HADOOP_COMMON_HOME or related vars are not configured. Jul 19 06:06:33 d2cdaffc4669 systemd[1]: hadoop-hdfs-namenode.service: Control process exited, code=exited, status=1/FAILURE Jul 19 06:06:33 d2cdaffc4669 systemd[1]: hadoop-hdfs-namenode.service: Failed with result 'exit-code'. Jul 19 06:06:33 d2cdaffc4669 systemd[1]: Failed to start Hadoop NameNode. ``` While the issue is only reproducible on specific envireonment (building aarch64 RPM using Docker Desktop on Mac mini M4 for me), it should be nice to fix for stable build. -- 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-unsubscr...@bigtop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org