scala - How to execute fewer lines of code in a whole spark script without rerunning the whole script again just like in Spyder-Python -


hi using intellij ide executing spark/scala code , independent of hadoop cluster. spark version have 2.1.0

i have created around 100 lines of code , whenever make small changes code, have no other option run whole code again.

is there way execute modified part of code alone. understand means execution results of previous code contents should in memory there ide or way achieve can in spyder ide python code ?

any scala ide enables or way in intellij ide purpose.

appreciating help. thanks


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -