RE: Bind exception while running FlumeEventCount

2014-11-11 Thread Jeniba Johnson
...@cloudera.com] Sent: Tuesday, November 11, 2014 1:06 PM To: Jeniba Johnson Cc: dev@spark.apache.org Subject: Re: Bind exception while running FlumeEventCount Did you start a Flume agent to push data to the relevant port? Thanks, Hari On Fri, Nov 7, 2014 at 2:05 PM, Jeniba Johnson

RE: Bind exception while running FlumeEventCount

2014-11-10 Thread Jeniba Johnson
egards, Jeniba Johnson -Original Message- From: Hari Shreedharan [mailto:hshreedha...@cloudera.com] Sent: Tuesday, November 11, 2014 11:04 AM To: Jeniba Johnson Cc: dev@spark.apache.org<mailto:dev@spark.apache.org> Subject: RE: Bind exception while running FlumeEventCount The socket may

Re: Bind exception while running FlumeEventCount

2014-11-10 Thread Hari Shreedharan
Did you start a Flume agent to push data to the relevant port? Thanks, Hari On Fri, Nov 7, 2014 at 2:05 PM, Jeniba Johnson wrote: > Hi, > I have installed spark-1.1.0 and apache flume 1.4 for running streaming > example FlumeEventCount. Previously the code was working fine. Now Iam facing

RE: Bind exception while running FlumeEventCount

2014-11-10 Thread Hari Shreedharan
First, can you try a different port? TIME_WAIT is basically a timeout for a socket to be completely decommissioned for the port to be available for binding. Once you wait for a few minutes and if you still see a startup issue, can you also send the error logs? From what I can see, the port s

RE: Bind exception while running FlumeEventCount

2014-11-10 Thread Jeniba Johnson
To: Jeniba Johnson Cc: dev@spark.apache.org Subject: RE: Bind exception while running FlumeEventCount The socket may have been in TIME_WAIT. Can you try after a bit? The error message definitely suggests that some other app is listening on that port. Thanks, Hari On Mon, Nov 10, 2014 at 9:30 PM

RE: Bind exception while running FlumeEventCount

2014-11-10 Thread Hari Shreedharan
gt; Jeniba Johnson > From: Hari Shreedharan [mailto:hshreedha...@cloudera.com] > Sent: Tuesday, November 11, 2014 4:41 AM > To: Jeniba Johnson > Cc: dev@spark.apache.org > Subject: Re: Bind exception while running FlumeEventCount > Looks like that port is not available because another app

RE: Bind exception while running FlumeEventCount

2014-11-10 Thread Jeniba Johnson
emains the same. Regards, Jeniba Johnson From: Hari Shreedharan [mailto:hshreedha...@cloudera.com] Sent: Tuesday, November 11, 2014 4:41 AM To: Jeniba Johnson Cc: dev@spark.apache.org Subject: Re: Bind exception while running FlumeEventCount Looks like that port is not available because another ap

Re: Bind exception while running FlumeEventCount

2014-11-10 Thread Hari Shreedharan
Looks like that port is not available because another app is using that port. Can you take a look at netstat -a and use a port that is free? Thanks, Hari On Fri, Nov 7, 2014 at 2:05 PM, Jeniba Johnson wrote: > Hi, > I have installed spark-1.1.0 and apache flume 1.4 for running streaming >