-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15899/
-----------------------------------------------------------

(Updated Dec. 14, 2013, 12:57 a.m.)


Review request for Flume, Hari Shreedharan and Mike Percy.


Changes
-------

Modified Test:

 while (source.getSourceCounter().getEventAcceptedCount() < 8  ) {
      Thread.sleep(10);
    }


Repository: flume-git


Description
-------

Pretty simple patch which adds a boolean config basenameHeader to 
SpoolDirSource.
This will allow for loading the basename of the file that the event was created 
from in the headers.


Diffs (updated)
-----

  
flume-ng-core/src/main/java/org/apache/flume/client/avro/ReliableSpoolingFileEventReader.java
 bd684ed 
  flume-ng-core/src/main/java/org/apache/flume/source/SpoolDirectorySource.java 
0160215 
  
flume-ng-core/src/main/java/org/apache/flume/source/SpoolDirectorySourceConfigurationConstants.java
 a2befe8 
  
flume-ng-core/src/test/java/org/apache/flume/source/TestSpoolDirectorySource.java
 9a546a5 
  flume-ng-doc/sphinx/FlumeUserGuide.rst 335a991 

Diff: https://reviews.apache.org/r/15899/diff/


Testing
-------

Added Unit Test.


Thanks,

Jeff jlord

Reply via email to