Re: Debugging Spark application

2017-02-16 Thread Md. Rezaul Karim
Thanks, Sam. I will have a look at it. On Feb 16, 2017 10:06 PM, "Sam Elamin" wrote: > I recommend running spark in local mode when your first debugging your > code just to understand what's happening and step through it, perhaps catch > a few errors when you first

Re: Debugging Spark application

2017-02-16 Thread Sam Elamin
I recommend running spark in local mode when your first debugging your code just to understand what's happening and step through it, perhaps catch a few errors when you first start off I personally use intellij because it's my preference You can follow this guide.

Debugging Spark application

2017-02-16 Thread Md. Rezaul Karim
Hi, I was looking for some URLs/documents for getting started on debugging Spark applications. I prefer developing Spark applications with Scala on Eclipse and then package the application jar before submitting. Kind regards, Reza