- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Why does version CM 6.3 expose supervisor.service file in agent under /usr/lib/systemd/system?
- Labels:
-
Cloudera Manager
Created 11-25-2020 10:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created 11-26-2020 07:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
我也有这个问题,楼主解决了吗
I've got the same problem too, have you solved it yet?
Created 11-26-2020 06:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This has not been solved yet, and it has no impact on our 5.12 CM for the time being.