chore: add VRE stack configs (JupyterHub + Zeppelin) + lakehouse components

- Add VRE directory with JupyterHub + Zeppelin docker-compose configs
- Add Gravitino, Flink, Kafka, MinIO, Trino lakehouse stack
- Add Superset, Metabase, StarRocks analytics tools
- Session reprise après crash 2026-06-01

Infrastructure: 86 conteneurs total
Known issues: Kafka (no ZK conn), Trino (node.env null), JupyterHub (DB path)
This commit is contained in:
Eric FELIXINE
2026-05-29 02:21:08 -04:00
parent 486c1d2675
commit a234e808f2
10 changed files with 324 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>zeppelin.server.addr</name>
<value>0.0.0.0</value>
</property>
<property>
<name>zeppelin.server.port</name>
<value>8080</value>
</property>
<property>
<name>zeppelin.server.ssl.port</name>
<value>-1</value>
</property>
<property>
<name>zeppelin.server.context.path</name>
<value>/</value>
</property>
<property>
<name>zeppelin.server.strict.transport</name>
<value>max-age=63115200; includeSubDomains</value>
</property>
<property>
<name>zeppelin.websocket.max.text.message.size</name>
<value>10240000</value>
</property>
<property>
<name>zeppelin.server.authorization.header.clear</name>
<value>true</value>
</property>
</configuration>