Monday, August 7, 2017

How to cleanup flume checkpoints

Instruction on how to cleanup flume checkpoints:

1. stop flume
2. check the process and make sure it is stopped (ps -eaf | grep flume )
3. clean logs or move them to backup-log directory
4. delete checkpoint files from /data/dcm0[1-5]/flume directory
                find . -type f -print | xargs rm -rf
5. start flume service
6. monitor flume logs 

No comments: