Package com.cloudera.flume.handlers.log4j

Examples of com.cloudera.flume.handlers.log4j.Log4JEventAdaptor


        /*
         * This is not the nicest way to do this. Ideally we'd skip the
         * intermediate object and go from the log4j event directly to the
         * AvroFlumeEvent.
         */
        client.append(AvroEventConvertUtil.toAvroEvent(new Log4JEventAdaptor(event)));

        break;
      } catch (UndeclaredThrowableException e) {
        /*
         * This is yucky. We want to give client.append() $reconnectAttempts
View Full Code Here

TOP

Related Classes of com.cloudera.flume.handlers.log4j.Log4JEventAdaptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.