Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-2807

Add a simple split interceptor

    XMLWordPrintableJSON

Details

    • Patch

    Description

      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.

      Attachments

        1. FLUME-2807.patch
          8 kB
          seekerak

        Activity

          People

            Unassigned Unassigned
            omicronAK seekerak
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: