Skip to content

Commit e920b74

Browse files
JoyinqinTomShawn
andauthored
tispark: remove evil word 'slave' (pingcap#3543)
Co-authored-by: TomShawn <[email protected]>
1 parent 333180f commit e920b74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tispark-overview.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,17 @@ cd $SPARKPATH
110110
./sbin/start-master.sh
111111
```
112112

113-
After the above step is completed, a log file will be printed on the screen. Check the log file to confirm whether the Spark-Master is started successfully. You can open the [http://spark-master-hostname:8080](http://spark-master-hostname:8080) to view the cluster information (if you does not change the Spark-Master default port number). When you start Spark-Slave, you can also use this panel to confirm whether the Slave is joined to the cluster.
113+
After the above step is completed, a log file will be printed on the screen. Check the log file to confirm whether the Spark-Master is started successfully. You can open the [http://spark-master-hostname:8080](http://spark-master-hostname:8080) to view the cluster information (if you does not change the Spark-Master default port number). When you start Spark-Worker, you can also use this panel to confirm whether the Worker is joined to the cluster.
114114

115-
#### Start a Slave node
115+
#### Start a Worker node
116116

117-
Similarly, you can start a Spark-Slave node with the following command:
117+
Similarly, you can start a Spark-Worker node with the following command:
118118

119119
```sh
120120
./sbin/start-slave.sh spark://spark-master-hostname:7077
121121
```
122122

123-
After the command returns, you can see if the Slave node is joined to the Spark cluster correctly from the panel as well. Repeat the above command at all Slave nodes. After all Slaves are connected to the master, you have a Standalone mode Spark cluster.
123+
After the command returns, you can see if the Worker node is joined to the Spark cluster correctly from the panel as well. Repeat the above command at all Worker nodes. After all Workers are connected to the master, you have a Standalone mode Spark cluster.
124124

125125
#### Spark SQL shell and JDBC server
126126

0 commit comments

Comments
 (0)