Skip to content

Commit d1400fc

Browse files
committed
Fix docker-compose.yml: Specify Presto image version. Add hadoop-client script.
1 parent ff0f0c0 commit d1400fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
# Presto
6666

6767
presto-coordinator:
68-
image: johannestang/prestodb
68+
image: johannestang/prestodb:0.215
6969
restart: always
7070
ports:
7171
- "8080:8080"

scripts/hadoop-client.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
cd "${0%/*}"
3+
docker run -it --rm --network="bigdata_stack_default" --env-file ../config/hadoop-hive.env -v /:/host johannestang/hadoop-base /bin/bash
4+

0 commit comments

Comments
 (0)