Skip to content

Commit defa3b3

Browse files
authored
Update README.md
1 parent dc4e094 commit defa3b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Install docker-compose:
3838
```
3939

4040
## 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)
4949
```
5050
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/)
5151
@@ -55,7 +55,7 @@ Note: you have to add the server ip and services (which defined in docker-compos
5555
create a table in hive:
5656
5757
```hive sql
58-
ccreate external table test(
58+
create external table test(
5959
id int
6060
,name string
6161
,skills array<string>

0 commit comments

Comments
 (0)