We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0f0c0 commit d1400fcCopy full SHA for d1400fc
docker-compose.yml
@@ -65,7 +65,7 @@ services:
65
# Presto
66
67
presto-coordinator:
68
- image: johannestang/prestodb
+ image: johannestang/prestodb:0.215
69
restart: always
70
ports:
71
- "8080:8080"
scripts/hadoop-client.sh
@@ -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