- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Flume Spooling Directory Source runner has shutdown
- Labels:
-
Apache Flume
Created on 06-17-2016 07:41 AM - edited 09-16-2022 03:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using Flume spooldir source to pull files with Flume 1.5.0-cdh5.3.3 version.
Everything working fine as expected, but log file is just getting bigger and bigger becuase of below info twice per second
16/06/17 09:19:58 INFO source.SpoolDirectorySource: Spooling Directory Source runner has shutdown.
16/06/17 09:19:58 INFO source.SpoolDirectorySource: Spooling Directory Source runner has shutdown.
16/06/17 09:19:59 INFO source.SpoolDirectorySource: Spooling Directory Source runner has shutdown.
16/06/17 09:19:59 INFO source.SpoolDirectorySource: Spooling Directory Source runner has shutdown.
16/06/17 09:20:00 INFO source.SpoolDirectorySource: Spooling Directory Source runner has shutdown.
16/06/17 09:20:00 INFO source.SpoolDirectorySource: Spooling Directory Source runner has shutdown.
Not sure if this is Flume issue or I am missing some configuration here.
Please suggest.
Created 06-23-2016 01:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
log4j.logger.source.SpoolDirectorySource=WARN
-pd
Created 06-23-2016 01:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
log4j.logger.source.SpoolDirectorySource=WARN
-pd
Created 01-18-2017 09:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For whatever reason the string solution for config did not work for me but using
log4j.logger.org.apache.flume.source.SpoolDirectorySource=WARN
did. Enjoy if the first didnt work!
Created 01-16-2018 10:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
where should we add this warn??
