[ https://issues.apache.org/jira/browse/FLUME-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16071798#comment-16071798 ]
Hudson commented on FLUME-2917: ------------------------------- FAILURE: Integrated in Jenkins build Flume-trunk-hbase-1 #255 (See [https://builds.apache.org/job/Flume-trunk-hbase-1/255/]) FLUME-2917. Provide netcat UDP source as alternative to TCP (bessbd: [http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=ef54f9fd6372143adc8c6a66f174feba381fec95]) * (add) flume-ng-core/src/test/java/org/apache/flume/source/TestNetcatUdpSource.java * (edit) flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java * (edit) flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceType.java * (edit) flume-ng-core/src/test/java/org/apache/flume/source/TestDefaultSourceFactory.java * (add) flume-ng-core/src/main/java/org/apache/flume/source/NetcatUdpSource.java * (edit) flume-ng-doc/sphinx/FlumeUserGuide.rst > Provide netcat UDP source as alternative to TCP > ----------------------------------------------- > > Key: FLUME-2917 > URL: https://issues.apache.org/jira/browse/FLUME-2917 > Project: Flume > Issue Type: New Feature > Components: Sinks+Sources > Affects Versions: 1.6.0 > Reporter: Tristan Stevens > Assignee: Tristan Stevens > Priority: Minor > Fix For: 1.8.0 > > Attachments: FLUME-2917-7.patch, FLUME-2917.patch > > > Currently Flume provides a Netcat TCP source, however Netcat is often used > with UDP. There is an implementation of a UDP client in the SyslogUDP source, > this request takes this implementation and strips out the Syslog parts, thus > forming a Netcat UDP source - where each datagram is recorded as a Flume > event. > The implementation is provided for this at > https://github.com/tmgstevens/FlumeNetcatUDPSource and also provided as an > attached patch for inclusion. > N.B. Unit tests are provided for this. -- This message was sent by Atlassian JIRA (v6.4.14#64029)