运行FlumeEventCount时绑定异常

时间:2014-11-11 15:54:38

标签: streaming apache-spark

Iam尝试使用apache flume的火花流动示例。 对于安装,我刚解压火花 - 1.1.0-bin-hadoop1.tar.gz和apache-flume-1.4.0-bin.tar.gz用于运行火花流动示例。这是正确的方法或者是否有任何其他方式,然后让我知道。

通过上述步骤..我尝试执行这些示例,它会抛出一个绑定异常。有人可以帮我解决这个问题吗? 我的水槽运行正常,它能够推送相关端口的数据......

Iam面临的错误如下所述..

 14/11/07 23:19:23 ERROR scheduler.ReceiverTracker: Deregistered receiver for stream 0:                          Error starting receiver 0 - org.jboss.netty.channel.ChannelException: 
Failed to bind to: /172.29.17.178:65001
    at org.apache.avro.ipc.NettyServer.<init>(NettyServer.java:106)
    at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:62)
    at org.apache.spark.scheduler.Task.run(Task.scala:54)
    at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:177)
 Caused by: java.net.BindException: Address already in use
    at sun.nio.ch.Net.bind0(Native Method)
    at sun.nio.ch.Net.bind(Net.java:344)
    at sun.nio.ch.Net.bind(Net.java:336)


Even after killing the specific port still facing with the similar issue..
Can someone help me to resolve this issue..

1 个答案:

答案 0 :(得分:0)

该端口已在使用中。 从您的日志: &#34;引起:java.net.BindException:地址已在使用&#34; 使用另一个。