Description
Currently, smoke tests for Alluxio and Kibana with Debian 10 are failing on Jenkins due to the lack of the ps command.
Error: Systemd start for alluxio-worker failed! journalctl log for alluxio-worker: -- Logs begin at Tue 2020-09-15 08:54:44 UTC, end at Tue 2020-09-15 09:00:31 UTC. -- Sep 15 09:00:20 a144314acf14 systemd[1]: Starting LSB: Alluxio worker... Sep 15 09:00:20 a144314acf14 alluxio-worker[2220]: Starting Alluxio worker (alluxio-worker):. Sep 15 09:00:20 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 95: ps: command not found Sep 15 09:00:21 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 95: ps: command not found Sep 15 09:00:22 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 95: ps: command not found Sep 15 09:00:23 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 95: ps: command not found Sep 15 09:00:25 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 95: ps: command not found Sep 15 09:00:26 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 95: ps: command not found Sep 15 09:00:27 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 95: ps: command not found Sep 15 09:00:28 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 95: ps: command not found Sep 15 09:00:29 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 95: ps: command not found Sep 15 09:00:30 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 95: ps: command not found Sep 15 09:00:31 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 95: ps: command not found Sep 15 09:00:31 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker: line 99: ps: command not found Sep 15 09:00:31 a144314acf14 systemd[1]: alluxio-worker.service: Control process exited, code=exited, status=3/NOTIMPLEMENTED Sep 15 09:00:31 a144314acf14 systemd[1]: alluxio-worker.service: Failed with result 'exit-code'. Sep 15 09:00:31 a144314acf14 systemd[1]: Failed to start LSB: Alluxio worker.
Sep 15 09:16:38 38a46d48a15c elasticsearch[2239]: Starting Elasticsearch Server .../usr/lib/elasticsearch/bin/elasticsearch: line 201: ps: command not found
So we have to ensure the procps package is installed on Debian 10, just as Fedora does.