What is the command to start and stop the Spark in an interactive shell?
Answer Posted / Shivani Chauhan
To start the Spark shell, you can use the following command:
```bash
spark-shell
```
To stop the Spark shell, simply type `exit()` or `quit()`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers