What's the journalctl -xe output?
> On Apr 11, 2016, at 7:17 PM, Harshita Agrawal <[email protected]> wrote: > > Hi, > > We are trying to deploy Flink in master worker configuration through > puppet. Running into the following error during the startup of the > master/worker services during deployment. > > > Error: Could not start Service[flink-master]: Execution of '/bin/systemctl > start flink-master' returned 1: Job for flink-master.service failed because > the control process exited with error code. See "systemctl status > flink-master.service" and "journalctl -xe" for details. > ==> bigtop1: Error: > /Stage[main]/Flink::Master/Service[flink-master]/ensure: change from > stopped to running failed: Could not start Service[flink-master]: Execution > of '/bin/systemctl start flink-master' returned 1: Job for > flink-master.service failed because the control process exited with error > code. See "systemctl status flink-master.service" and "journalctl -xe" for > details. > ==> bigtop1: Debug: Executing '/bin/systemctl start flink-worker' > ==> bigtop1: Debug: Executing '/bin/rpm -q hadoop --nosignature --nodigest > --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n' > ==> bigtop1: Error: Could not start Service[flink-worker]: Execution of > '/bin/systemctl start flink-worker' returned 1: Job for > flink-worker.service failed because the control process exited with error > code. See "systemctl status flink-worker.service" and "journalctl -xe" for > details. > ==> bigtop1: Error: > /Stage[main]/Flink::Worker/Service[flink-worker]/ensure: change from > stopped to running failed: Could not start Service[flink-worker]: Execution > of '/bin/systemctl start flink-worker' returned 1: Job for > flink-worker.service failed because the control process exited with error > code. See "systemctl status flink-worker.service" and "journalctl -xe" for > details. > > > Any inputs on how to resolve this? > > Regards > Harshita
