- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Filled up cm_processes
- Labels:
-
Apache Flume
Created on 10-17-2014 07:14 PM - edited 09-16-2022 02:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there, I set up flume for the first time and per an example, put ~/.flume/file-channel/checkpoint for the checkpointDir parameter.
Well, it filled up the /var/run/cloudera-scm-agent/process tempfs.
[root@node08 process]# du -sh *flume*
3.8G 1004-flume-AGENT
3.8G 1009-flume-AGENT
3.8G 1021-flume-AGENT
4.9G 1022-flume-AGENT
3.8G 1031-flume-AGENT
etc..
Question for you. I've since fixed this and what would be the easiest way to delete these files? Just delete them or will they be removed after a reboot of the node?
Thanks,
Eric
Created 10-17-2014 07:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
content is deleted on reboot. The other option is to restart the CM agent
with clean_restart.
# service cloudera-scm-agent clean_restart
Note that either way, all CDH roles on the node will be restarted.
Gautam Gopalakrishnan
Created 10-17-2014 07:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
content is deleted on reboot. The other option is to restart the CM agent
with clean_restart.
# service cloudera-scm-agent clean_restart
Note that either way, all CDH roles on the node will be restarted.
Gautam Gopalakrishnan
Created 10-17-2014 10:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Perfect, thanks so much!
