Standalone Mode
Start the Spark cluster in the standalone mode and check whether the Spark cluster is successfully deployed.
- Start the Spark cluster on the server1 node.
1 2
cd /usr/local/spark/sbin ./start-all.sh
- Open a browser, enter http://server1:8088, and access the Spark WebUI. If the page is displayed, the Spark cluster is started successfully.
Change server1 to the IP address of the node where the NameNode is located.
- Optional: Stop the Spark cluster on the server1 node.
This step is optional and only necessary if you intend to stop the Spark cluster.
1 2
cd /usr/local/spark/sbin ./stop-all.sh
Parent topic: Running and Verifying the Spark Cluster