Advertisement
arinto

Flume Execution Source Output

May 27th, 2012
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. 2012-05-28 00:03:51,909 INFO lifecycle.LifecycleSupervisor: Starting lifecycle supervisor 1
  2. 2012-05-28 00:03:51,916 INFO node.FlumeNode: Flume node starting - exec-agent
  3. 2012-05-28 00:03:51,919 INFO nodemanager.DefaultLogicalNodeManager: Node manager starting
  4. 2012-05-28 00:03:51,919 INFO lifecycle.LifecycleSupervisor: Starting lifecycle supervisor 9
  5. 2012-05-28 00:03:51,919 INFO properties.PropertiesFileConfigurationProvider: Configuration provider starting
  6. 2012-05-28 00:03:51,924 INFO properties.PropertiesFileConfigurationProvider: Reloading configuration file:/etc/flume-ng/conf/flume.conf
  7. 2012-05-28 00:03:51,930 INFO conf.FlumeConfiguration: Processing:loggerSink
  8. 2012-05-28 00:03:51,931 INFO conf.FlumeConfiguration: Added sinks: loggerSink Agent: exec-agent
  9. 2012-05-28 00:03:51,931 INFO conf.FlumeConfiguration: Processing:loggerSink
  10. 2012-05-28 00:03:51,953 INFO conf.FlumeConfiguration: Post-validation flume configuration contains configuration for agents: [exec-agent]
  11. 2012-05-28 00:03:51,953 INFO properties.PropertiesFileConfigurationProvider: Creating channels
  12. 2012-05-28 00:03:51,958 INFO properties.PropertiesFileConfigurationProvider: created channel memoryChannel
  13. 2012-05-28 00:03:51,965 INFO sink.DefaultSinkFactory: Creating instance of sink loggerSink typelogger
  14. 2012-05-28 00:03:51,968 INFO nodemanager.DefaultLogicalNodeManager: Node configuration change:{ sourceRunners:{intervalPrinting=EventDrivenSourceRunner: { sourc
  15. e:org.apache.flume.source.ExecSource@691ba57a }} sinkRunners:{loggerSink=SinkRunner: { policy:org.apache.flume.sink.DefaultSinkProcessor@160d227f counterGroup:{
  16. name:null counters:{} } }} channels:{memoryChannel=org.apache.flume.channel.MemoryChannel@3853cb28} }
  17. 2012-05-28 00:03:51,972 INFO source.ExecSource: Exec source starting with command:/home/ubuntu/testExec/intervalPrinting
  18. 2012-05-28 00:04:30,320 INFO sink.LoggerSink: Event: { headers:{} body: 6C 69 6E 65 20 23 31 line #1 }
  19. 2012-05-28 00:04:30,326 INFO sink.LoggerSink: Event: { headers:{} body: 6C 69 6E 65 20 23 32 line #2 }
  20. 2012-05-28 00:04:30,326 INFO sink.LoggerSink: Event: { headers:{} body: 6C 69 6E 65 20 23 33 line #3 }
  21. 2012-05-28 00:04:30,326 INFO sink.LoggerSink: Event: { headers:{} body: 6C 69 6E 65 20 23 34 line #4 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement