Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Why does version CM 6.3 expose supervisor.service file in agent under /usr/lib/systemd/system?

avatar
New Contributor

Why does version CM 6.3 expose supervisor.service file under /usr/lib/systemd/system?It conflicts with my own supervisor. But I did not find it in CM 5.12.When was it introduced?

 

If I covered the/usr/lib/systemd/system/supervisord.service in CM 5.12, what will happen?

 

This is supervisord.service in CM 6.3:

[Unit]

Description=Cloudera CM Agent Supervisor Service
After=network-online.target
Wants=network-online.target

[Install]
WantedBy=multi-user.target

[Service]
Type=simple
TasksMax=infinity
Environment=CLOUDERA_ROOT=/opt/cloudera
EnvironmentFile=-/etc/default/cloudera-scm-agent
ExecStart=/opt/cloudera/cm-agent/bin/cm supervisor
Restart=on-failure

2 REPLIES 2

avatar
New Contributor

我也有这个问题,楼主解决了吗

I've got the same problem too, have you solved it yet?

avatar
New Contributor

This has not been solved yet, and it has no impact on our 5.12 CM for the time being.