streaming - Bind exception while running FlumeEventCount -


iam trying out spark streaming examples apache flume. installation, have unzipped spark-1.1.0-bin-hadoop1.tar.gz , apache-flume-1.4.0-bin.tar.gz running spark streaming examples.is correct way or else there other way, let me know.

with above mentioned steps.. have tried executing examples, throws bind exception. can me issue ? flume running able push data on relevant port...

the error iam facing mentioned below..

 14/11/07 23:19:23 error scheduler.receivertracker: deregistered receiver stream 0:                          error starting receiver 0 - org.jboss.netty.channel.channelexception:  failed bind to: /172.29.17.178:65001     @ org.apache.avro.ipc.nettyserver.<init>(nettyserver.java:106)     @ org.apache.spark.scheduler.resulttask.runtask(resulttask.scala:62)     @ org.apache.spark.scheduler.task.run(task.scala:54)     @ org.apache.spark.executor.executor$taskrunner.run(executor.scala:177)  caused by: java.net.bindexception: address in use     @ sun.nio.ch.net.bind0(native method)     @ sun.nio.ch.net.bind(net.java:344)     @ sun.nio.ch.net.bind(net.java:336)   after killing specific port still facing similar issue.. can me resolve issue.. 

that port in use. log: "caused by: java.net.bindexception: address in use" use one.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -