Skip to content

Commit

Permalink
Documentation generated for 4.3.5 by Travis Build null
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Oct 25, 2023
1 parent 0656a5d commit a5b52d3
Show file tree
Hide file tree
Showing 907 changed files with 379,578 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _releases/4.3.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 4.3.5
meta_title: 4.3.5 Release
subheadline:
teaser: 4.3.5 Release
permalink: /releases/4.3.5/
version: 4.3.5
---

{% include _release.html %}
51 changes: 51 additions & 0 deletions docs/4.3.5/demo/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
version: "3.8"
services:
genie:
image: netflixoss/genie-app:4.3.5
ports:
- "8080:8080"
depends_on:
- genie-hadoop-prod
- genie-hadoop-test
- genie-apache
- genie-trino
tty: true
container_name: genie_demo_app_4.3.5
genie-apache:
image: netflixoss/genie-demo-apache:4.3.5
tty: true
container_name: genie_demo_apache_4.3.5
genie-client:
image: netflixoss/genie-demo-client:4.3.5
depends_on:
- genie
tty: true
container_name: genie_demo_client_4.3.5
genie-hadoop-prod:
image: sequenceiq/hadoop-docker:2.7.1
command: /bin/bash -c "/usr/local/hadoop/sbin/mr-jobhistory-daemon.sh start historyserver && /etc/bootstrap.sh -bash"
ports:
- "19888:19888"
- "50070:50070"
- "50075:50075"
- "8088:8088"
- "8042:8042"
tty: true
container_name: genie_demo_hadoop_prod_4.3.5
genie-hadoop-test:
image: sequenceiq/hadoop-docker:2.7.1
command: /bin/bash -c "/usr/local/hadoop/sbin/mr-jobhistory-daemon.sh start historyserver && /etc/bootstrap.sh -bash"
ports:
- "19889:19888"
- "50071:50070"
- "50076:50075"
- "8089:8088"
- "8043:8042"
tty: true
container_name: genie_demo_hadoop_test_4.3.5
genie-trino:
image: trinodb/trino:374
ports:
- "9090:8080"
tty: true
container_name: genie_demo_trino_4.3.5
1,570 changes: 1,570 additions & 0 deletions docs/4.3.5/demo/index.html

Large diffs are not rendered by default.

3,923 changes: 3,923 additions & 0 deletions docs/4.3.5/javadoc/allclasses-index.html

Large diffs are not rendered by default.

650 changes: 650 additions & 0 deletions docs/4.3.5/javadoc/allclasses.html

Large diffs are not rendered by default.

Loading

0 comments on commit a5b52d3

Please sign in to comment.