I am using this command to run scala scripts.
spark-shell -i test.scala
At the end of the execution of the script I still see spark-shell running.
I have used ":q/:quit" in the test.scala script to try and exit but it's not working.
I am using this command to run scala scripts.
spark-shell -i test.scala
At the end of the execution of the script I still see spark-shell running.
I have used ":q/:quit" in the test.scala script to try and exit but it's not working.