bigtop - Flume Agent not Receiving Data but no Error -
i've got problem flume. trying big data , hence working tutorial 'for dummies' books. other stuff far has more or less worked, there problem flume agent.
here tutorial working with.
when according tutorial, terminal output followed:
16/02/05 17:19:33 info conf.flumeconfiguration: post-validation flume configuration contains configuration agents: [shaman] 16/02/05 17:19:33 info node.abstractconfigurationprovider: creating channels 16/02/05 17:19:33 info channel.defaultchannelfactory: creating instance of channel in-mem_c1 type memory 16/02/05 17:19:33 info node.abstractconfigurationprovider: created channel in-mem_c1 16/02/05 17:19:33 info source.defaultsourcefactory: creating instance of source netcat_s1, type netcat 16/02/05 17:19:33 info node.abstractconfigurationprovider: channel in-mem_c1 connected [netcat_s1] 16/02/05 17:19:33 info node.application: starting new configuration:{ sourcerunners:{netcat_s1=eventdrivensourcerunner: { source:org.apache.flume.source.netcatsource{name:netcat_s1,state:idle} }} sinkrunners:{} channels:{in-mem_c1=org.apache.flume.channel.memorychannel{name: in-mem_c1}} } 16/02/05 17:19:33 info node.application: starting channel in-mem_c1 16/02/05 17:19:34 info instrumentation.monitoredcountergroup: monitored counter group type: channel, name: in-mem_c1: registered new mbean. 16/02/05 17:19:34 info instrumentation.monitoredcountergroup: component type: channel, name: in-mem_c1 started 16/02/05 17:19:34 info node.application: starting source netcat_s1 16/02/05 17:19:34 info source.netcatsource: source starting 16/02/05 17:19:34 info source.netcatsource: created serversocket:sun.nio.ch.serversocketchannelimpl[/127.0.0.1:44444]
from there on won't anymore. stand until shut down terminal.
i've tried telnet agent messages won't appear.
any idea went wront?
in tutorial, putting data in hdfs, please check in hdfs dir.
Comments
Post a Comment