Skip to content

Commit 64bc17f

Browse files
authored
Update README.md
1 parent a932140 commit 64bc17f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Bigdata with docker compose
2-
Deploy big data components using docker compose.
2+
Deploy big data components using docker compose. You can use docker to set up Hadoop 3+, HBase 2+, Hive 3+, Kafka 2+, Prestodb 0.247+, Flink 1.11+, ELK 7.9+ in minutes.
3+
Integration tests between Hadoop and Hive, Hadoop and HBase, Flink on yarn, Prestodb against Kafka, Elasticsearch, HBase, Hive had been covered. You can used it in development evironment to test your applications, but it's not recommand to use in production.
34

45
## Supported components
56

@@ -87,7 +88,7 @@ create a txt file with the content below, put it under /data/ directory, such as
8788
load local file data into the external hive table, which we created above.
8889

8990
```
90-
load data local inpath '/tools/example.txt' overwrite into table test;
91+
load data local inpath '/tools/example.txt'overwrite into table test;
9192

9293
```
9394
</pre>

0 commit comments

Comments
 (0)