You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flume.apache.org by "Ferenc Szabo (JIRA)" <ji...@apache.org> on 2018/11/08 10:56:00 UTC

[jira] [Commented] (FLUME-2807) Add a simple split interceptor

    [ https://issues.apache.org/jira/browse/FLUME-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16679591#comment-16679591 ] 

Ferenc Szabo commented on FLUME-2807:
-------------------------------------

As the patch has no documentation, tests, reviewboard request or github pull request I will remove the fix version.



> Add a simple split interceptor 
> -------------------------------
>
>                 Key: FLUME-2807
>                 URL: https://issues.apache.org/jira/browse/FLUME-2807
>             Project: Flume
>          Issue Type: Improvement
>          Components: Sinks+Sources
>    Affects Versions: 1.6.0, 1.7.0
>            Reporter: seekerak
>            Priority: Major
>              Labels: features, patch, reviewboard-missing, unit-test-missing
>         Attachments: FLUME-2807.patch
>
>
> a simple split interceptor , aims to deal with the situation as follows:
> the source data like this:
> “
> 1,tom,boy,13
> 2,lili,girl,14
> 3,jack,boy,10
> ...
> ”
> and i hope to sink source data into two different hdfs directories named by boy and girl like this:
> “
> hdfs://xxxx/sink/boy/....
> hdfs://xxxx/sink/girl/....
> ”
> we can use this interceptor to accomplish this goal.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@flume.apache.org
For additional commands, e-mail: issues-help@flume.apache.org