forked from Netflix/genie
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Presto split into presto and trino. Looks like the presto containers are gone from docker. Switch to Trino. Related to Netflix#1164
- Loading branch information
Showing
12 changed files
with
74 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ MAINTAINER NetflixOSS <[email protected]> | |
# and Travis still is on too old a version of docker to enable BuildKit | ||
RUN mkdir -p /usr/local/apache2/htdocs/applications/hadoop/2.7.1/ && \ | ||
wget -P /usr/local/apache2/htdocs/applications/hadoop/2.7.1/ https://archive.apache.org/dist/hadoop/common/hadoop-2.7.1/hadoop-2.7.1.tar.gz && \ | ||
mkdir -p /usr/local/apache2/htdocs/applications/presto/337/ && \ | ||
wget -P /usr/local/apache2/htdocs/applications/presto/337/ https://repo1.maven.org/maven2/io/prestosql/presto-cli/337/presto-cli-337-executable.jar && \ | ||
mkdir -p /usr/local/apache2/htdocs/applications/trino/374/ && \ | ||
wget -P /usr/local/apache2/htdocs/applications/trino/374/ https://repo1.maven.org/maven2/io/trino/trino-cli/374/trino-cli-374-executable.jar && \ | ||
mkdir -p /usr/local/apache2/htdocs/applications/spark/2.0.1/ && \ | ||
wget -P /usr/local/apache2/htdocs/applications/spark/2.0.1/ https://archive.apache.org/dist/spark/spark-2.0.1/spark-2.0.1-bin-hadoop2.7.tgz && \ | ||
mkdir -p /usr/local/apache2/htdocs/applications/spark/2.1.3/ && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
genie-demo/src/main/docker/client/example/applications/presto337.yml
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
genie-demo/src/main/docker/client/example/applications/trino374.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: trino | ||
user: genieDemo | ||
status: ACTIVE | ||
description: Trino CLI | ||
setupFile: http://genie-apache/applications/trino/374/setup.sh | ||
configs: [] | ||
version: 374 | ||
type: trino | ||
tags: | ||
- type:trino | ||
- ver:374 | ||
dependencies: | ||
- http://genie-apache/applications/trino/374/trino-cli-374-executable.jar |
9 changes: 0 additions & 9 deletions
9
genie-demo/src/main/docker/client/example/clusters/presto.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: GenieDemoTrino | ||
user: genieDemo | ||
version: 374 | ||
status: UP | ||
tags: | ||
- sched:adhoc | ||
- type:trino | ||
- ver:374 | ||
configs: [] |
15 changes: 0 additions & 15 deletions
15
genie-demo/src/main/docker/client/example/commands/presto337.yml
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
genie-demo/src/main/docker/client/example/commands/trino374.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: trino | ||
user: genieDemo | ||
description: Trino CLI | ||
status: ACTIVE | ||
setupFile: | ||
configs: [] | ||
executable: ${TRINO_CLI} --server genie-trino:8080 | ||
version: 337 | ||
tags: | ||
- type:trino | ||
- ver:374 | ||
checkDelay: 500 | ||
clusterCriteria: | ||
- tags: | ||
- type:trino |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters