Thanks Akhil! I got it . ☺
From: Akhil Das [mailto:ak...@sigmoidanalytics.com]
Sent: Friday, July 10, 2015 4:02 PM
To: Prateek .
Cc: user@spark.apache.org
Subject: Re: SelectChannelConnector@0.0.0.0:4040: java.net.BindException:
Address already in use when running spark-shell
that's becau
that's because sc is already initialized. You can do sc.stop() before you
initialize another one.
Thanks
Best Regards
On Fri, Jul 10, 2015 at 3:54 PM, Prateek . wrote:
> Hi,
>
>
>
> I am running single spark-shell but observing this error when I give val
> sc = new SparkContext(conf)
>
>
>
> 1