RE: Spark 1.2.0 not getting connected

2015-01-14 Thread Abhideep Chakravarty
14, 2015 12:39 PM To: Abhideep Chakravarty Cc: user@spark.apache.org Subject: Re: Spark 1.2.0 not getting connected Its clearly saying Connection refused: 172.22.193.138:7077http://172.22.193.138:7077 just make sure your master URL is listed as spark://172.22.193.138:7077http://172.22.193.138:7077

Spark 1.2.0 not getting connected

2015-01-13 Thread Abhideep Chakravarty
Hi, We are using Scala app to connect with the Spark and when we start the application we get following error: 19:52:47.185 [sparkDriver-akka.actor.default-dispatcher-2] INFO o.a.s.d.client.AppClient$ClientActor - Connecting to master spark://172.22.193.138:7077... 19:52:47.198

RE: Spark 1.2.0 not getting connected

2015-01-13 Thread Abhideep Chakravarty
Let me rephrase that it is a Play-Scala app which is trying to connect with the Spark. From: Abhideep Chakravarty Sent: Wednesday, January 14, 2015 11:34 AM To: 'user@spark.apache.org' Subject: Spark 1.2.0 not getting connected Hi, We are using Scala app to connect with the Spark and when we

Re: Spark 1.2.0 not getting connected

2015-01-13 Thread Akhil Das
:* Wednesday, January 14, 2015 11:34 AM *To:* 'user@spark.apache.org' *Subject:* Spark 1.2.0 not getting connected Hi, We are using Scala app to connect with the Spark and when we start the application we get following error: *19:52:47.185 [sparkDriver-akka.actor.default-dispatcher-2] INFO