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
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:
Post a Comment