I am trying to convert JavaRDD to Dataset for optimisation purposes and don’t want to create a EMR cluster whenever I want to test Spark. Is there a way to locally run Spark and set up a debugger for my code?
Tried to find some articles regarding this but nothing was articulated enough to work for me