I use this command to run scala scripts.
spark-shell -i test.scala
At the end of the script, I still see the launch of the spark shell.
I used ": q /: quit" in the test.scala script to try to exit, but it does not work.
scala apache-spark
Ujjwal SIddharth
source share