File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Deploy big data components using docker compose.
4
4
## Supported components
5
5
6
6
* Apache Hadoop 3.2
7
- * Prestodb 0.239.1
8
- * Kafka 1.1.0
9
- * Hbase 0.92 .2
7
+ * Prestodb 0.247
8
+ * Kafka 2+
9
+ * Hbase 2 .2
10
10
* Hive 3.1.2
11
11
* ELK 7.9.1
12
12
## How to Run
@@ -37,6 +37,14 @@ Install docker-compose:
37
37
3. docker-compose --version
38
38
```
39
39
40
+ ## How to test prestodb to confirm whether it works?
41
+ ```
42
+ 1. cd the prestodb container: docker-compose exec prestodb bash
43
+ 2. connect to presto using presto-client: presto --server prestodb:8080 --catalog elasticsearch
44
+ 3. query some data: show schemas; show tables; select * from nodes;
45
+ 4. you can also verify presto status through web ui: http://your-host-ip:9999
46
+ ```
47
+
40
48
## ToDo
41
49
1 . Integration flink 1.12
42
50
2 . ~~ Integration hive 3.1 (Done)~~
You can’t perform that action at this time.
0 commit comments