How to start and stop spark in interactive shell?
Answer Posted / Preeti Arora
To start the Spark shell, open a terminal and type 'spark-shell'. To stop the shell, simply close the terminal window or use the 'quit()' command.
Post New Answer View All Answers
What is meant by Transformation? Give some examples.
328
What is the latest version of spark?
288
List the advantage of Parquet file in Apache Spark?
474
Explain how RDDs work with Scala in Spark
355