I am using spark with scala to do timeseries analysis. I am writing the same scripts in spark-shell everytime i close and open. I would like to be suggested how to save my scripts from spark-shell and use it later.
Do i need to dowload scala IDE, save it and run the file in spark-shell?
Thank you.