You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,14 @@ Install docker-compose:
38
38
```
39
39
40
40
## How to visit services in web ui?
41
-
```
42
-
HDFS: http://namenode:9870/
43
-
YARN: http://resourcemanager:8088/
44
-
ES:http://elasticsearch:9200/
45
-
Kibana:http://kibana:5601/
46
-
Presto: http://prestodb:9999/
47
-
Hbase: http://hbase-master:16010/
48
-
Flink:http://jobmanager:8081/ (you have to start a yarn-session firstly)
41
+
42
+
*HDFS: http://namenode:9870/
43
+
*YARN: http://resourcemanager:8088/
44
+
*ES:http://elasticsearch:9200/
45
+
*Kibana:http://kibana:5601/
46
+
*Presto: http://prestodb:9999/
47
+
*Hbase: http://hbase-master:16010/
48
+
*Flink:http://jobmanager:8081/ (you have to start a yarn-session firstly)
49
49
```
50
50
Note: you have to add the server ip and services (which defined in docker-compose.yml) to your local hosts firstly. [how to configure hosts](https://www.howtogeek.com/howto/27350/beginner-geek-how-to-edit-your-hosts-file/)
51
51
@@ -55,7 +55,7 @@ Note: you have to add the server ip and services (which defined in docker-compos
0 commit comments