Re: Breakpoints not hit with Scalatest + intelliJ

2015-09-18 Thread Stephen Boesch
Hi Michel, please try local[1] and report back if the breakpoint were hit. 2015-09-18 7:37 GMT-07:00 Michel Lemay : > Hi, > > I'm adding unit tests to some utility functions that are using > SparkContext but I'm unable to debug code and hit breakpoints when running > under IntelliJ. > > My test c

Breakpoints not hit with Scalatest + intelliJ

2015-09-18 Thread Michel Lemay
Hi, I'm adding unit tests to some utility functions that are using SparkContext but I'm unable to debug code and hit breakpoints when running under IntelliJ. My test creates a SparkContext from a SparkConf().setMaster("local[*]")... However, when I place a breakpoint in the functions inside a sp