A bunch of us hangout in irc at the #flume channel at freenode.net. When we are around, you can get some realtime help there! (the instructions are new so I'd be interested in find out trouble spots to improve them.
Thanks, Jon. On Wed, Aug 10, 2011 at 9:32 PM, NerdyNick <[email protected]> wrote: > To be marked as the contributor you will still need to create a Jira > account. So you may wish to also just create the task in jira after > you register. > > Jira can be found here: https://issues.apache.org/jira/browse/FLUME > And over all view of how to contribute back can be found here: > https://cwiki.apache.org/confluence/display/FLUME/How+to+Contribute > > On Wed, Aug 10, 2011 at 11:50 AM, Brian Tran <[email protected]> > wrote: > > I wrote a sink decorator that does regex on an attribute (which I call > the > > srcAttribute) and places the contents of the capture group within another > > attribute (which I call the dstAttribute). > > > > The usage will look something like: > > regex_attribute(srcAttribute, dstAttribute, pattern) > > > > On the Flume user mailing list, I was encouraged to contribute this > > decorator. Can someone create the JIRA ticket for me and add me as a > > contributor? > > > > Text below is my original message to the Flume user mailing list in which > I > > am describing the use case for the sink decorator: > > > > I want to do output bucketing based on the tailSrcFile metadata value > > set by the tailDir source. However, I only want part of the value for > > the destination path in HDFS. > > > > For example, I have an event with the tailSrcFile value > > "unwanted_prefix_category_name-2011-07-25.log" but only want to > > use"category_name" for output bucketing. > > > > What is the easiest way to do this? > > > > > > -- > Nick Verbeck - NerdyNick > ---------------------------------------------------- > NerdyNick.com > Coloco.ubuntu-rocks.org > -- // Jonathan Hsieh (shay) // Software Engineer, Cloudera // [email protected]
