|
|
-
Re: Review Request: FLUME-1922. HDFS Sink should optionally insert the timestamp at the sinkHari Shreedharan 2013-02-27, 03:54
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9532/ ----------------------------------------------------------- (Updated Feb. 27, 2013, 3:54 a.m.) Review request for Flume. Changes ------- Rebased. Not tested against Kerberos yet, will do that and update the jira later. Description ------- Add a new configuration param to optionally set the timestamp at the sink. This addresses bug Flume-1922. https://issues.apache.org/jira/browse/Flume-1922 Diffs (updated) ----- flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java 0786857 flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java 76e3d1f flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink/hdfs/TestBucketWriter.java ebe277c Diff: https://reviews.apache.org/r/9532/diff/ Testing ------- Added a unit test. All current tests pass. Thanks, Hari Shreedharan |