mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
small changes for doc
This commit is contained in:
parent
6c44b7b085
commit
60958cd940
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ docker run -it \
|
|||
You can simply verify the processes of Spark and YARN is running well in Docker with below command.
|
||||
|
||||
```
|
||||
ps -ef | grep spark
|
||||
ps -ef
|
||||
```
|
||||
|
||||
You can also check each application web UI for HDFS on `http://<hostname>:50070/`, YARN on `http://<hostname>:8088/cluster` and Spark on `http://<hostname>:8080/`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue