Re: Running Spark through a debugger

2020-03-12 Thread Nicholas Chammas
Finally revisiting this issue. I can now build Spark through IntelliJ (I had to delete `.idea/` and reload the project, making sure to import the Maven config), but am struggling to get the breakpoint/debugging to work. I setup IntelliJ per the instructions under Debug Spark Remotely

Re: Running Spark through a debugger

2019-12-16 Thread Sean Owen
I just make a new test suite or something, set breakpoints, and execute it in IJ. That generally works fine. You may need to set the run configuration to have the right working dir (Spark project root), and set the right system property to say 'this is running in a test' in some cases. What are you