Are you just starting out with flume? Is there a reason you're using flume 0.9x over flume 1.x? Flume 1.x is documented at:
flume.apache.org Cheers, Will On Oct 11, 2012, at 11:57 PM, SÜLEYMAN CEBESOY <[email protected]> wrote: > Hi everybody, I have learned hadoop, flume,hbase etc.I have read the flume > tutorials.Then I appled the simple examples. I configured this > localhost.localdomain : syslogTcp(5140) | > agentSink("localhost.localdomain",35853) ;collect : collectorSource(35853) | > collectorSink("file:///tmp/flume/collected", "syslog"); Status :ACTIVE But > I have problem as below.I guess this problem about the port. Can you give any > idea to solve this? INFO connector.DirectDriver: Connector logicalNode > localhost.localdomain-31 exited with error: failed to create serversocket > java.net.BindException: Address already in usejava.io.IOException: failed to > create serversocket java.net.BindException: Address already in use at > com.cloudera.flume.handlers.syslog.SyslogTcpSourceThreads.open(SyslogTcpSourceThreads.java:225) > at > com.cloudera.flume.core.connector.DirectDriver$PumperThread.run(DirectDriver.java:87)2012-10-11 > 09:35:23,884 [logicalNode localhost.localdomain-31] INFO > syslog.SyslogTcpSourceThreads: Closing > com.cloudera.flume.handlers.syslog.SyslogTcpSourceThreads@21719f302012-10-11 > 09:35:23,884 [logicalNode localhost.localdomain-31] WARN > durability.NaiveFileWALDeco: Attempt to double close > NaiveFileWALDeco2012-10-11 09:35:23,884 [logicalNode > localhost.localdomain-31] ERROR connector.DirectDriver: Exiting driver > logicalNode localhost.localdomain-31 in error state SyslogTcpSourceThreads | > Agent because failed to create serversocket java.net.BindException: Address > already in use Thanks for everything
