Write the command to start and stop the spark in an interactive shell?
Answer Posted / Amit Shrivastava
To start Spark in an interactive shell, run `spark-shell` or `bin/spark-shell` if you're using a customized installation. To stop the Spark shell, simply close the terminal or use the `quit()` command.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers