Re: Running Spark through a debugger

2020-03-12 Thread Nicholas Chammas
t works. I tried > following the "IDE Setup" section of the developer tools page, but quickly > hit several problems loading the project. > > > > Can anyone point to a tutorial or guide on running Spark through a > debugger, for folks like me who are not regular Intel

Re: Running Spark through a debugger

2019-12-16 Thread Sean Owen
p" section of the developer tools page, but quickly hit several > problems loading the project. > > Can anyone point to a tutorial or guide on running Spark through a debugger, > for folks like me who are not regular IntelliJ or Scala users? > > My goal is just to be able t

Running Spark through a debugger

2019-12-16 Thread Nicholas Chammas
lems loading the project. Can anyone point to a tutorial or guide on running Spark through a debugger, for folks like me who are not regular IntelliJ or Scala users? My goal is just to be able to run something like `spark.read.text(...).show()` and follow it step by step through the codebase. Nick