Re: Interceptor, multiplexing Events to two differents path in HDFS dynamically,

2014-07-30 Thread Guillermo Ortiz
I think that it's exactly what I need, thanks. 2014-07-30 17:46 GMT+02:00 Matt Tenenbaum : > Hi Guillermo -- > > If I understand correctly, you want to create two paths. Events that pass > the validating interceptor get directed to one path in HDFS and events that > fail get directed to another.

Re: Interceptor, multiplexing Events to two differents path in HDFS dynamically,

2014-07-30 Thread Matt Tenenbaum
Hi Guillermo -- If I understand correctly, you want to create two paths. Events that pass the validating interceptor get directed to one path in HDFS and events that fail get directed to another. If so, you could define your interceptor to set a 'valid' header to 'yes' or 'no' depending on its int

Interceptor, multiplexing Events to two differents path in HDFS dynamically,

2014-07-30 Thread Guillermo Ortiz
Hello, I want to create an interceptor to validate and multiplexing the Events, if they don't get validated to send them a different path in HDFS. Is it possible to do it? I thought.. to have others interceptor and the HDFS path is built on base of these static interceptors, so I could modify th