Re: "client / server" config

2016-07-10 Thread ayan guha
Yes, that is expected to move on. If it looks it is waiting for something, my first instinct would be to check network connectivity such as your cluster must have access back to your Mac to read the file (it is probably waiting to time out) On Mon, Jul 11, 2016 at 12:59 PM, Jean Georges Perrin

Re: "client / server" config

2016-07-10 Thread Jean Georges Perrin
Good for the file :) No it goes on... Like if it was waiting for something jg > On Jul 10, 2016, at 22:55, ayan guha wrote: > > Is this terminating the execution or spark application still runs after this > error? > > One thing for sure, it is looking for local file on

Re: "client / server" config

2016-07-10 Thread ayan guha
Is this terminating the execution or spark application still runs after this error? One thing for sure, it is looking for local file on driver (ie your mac) @ location: file:/Users/jgp/Documents/Data/restaurants-data.json On Mon, Jul 11, 2016 at 12:33 PM, Jean Georges Perrin

"client / server" config

2016-07-10 Thread Jean Georges Perrin
I have my dev environment on my Mac. I have a dev Spark server on a freshly installed physical Ubuntu box. I had some connection issues, but it is now all fine. In my code, running on the Mac, I have: 1 SparkConf conf = new