Skip to content

Commit f3032a7

Browse files
mosabuawendigo
authored andcommitted
Remove HTTP event listener plugin from binaries
1 parent 331654d commit f3032a7

File tree

2 files changed

+9
-6
lines changed
  • core/trino-server/src/main/provisio
  • plugin/trino-http-server-event-listener

2 files changed

+9
-6
lines changed

core/trino-server/src/main/provisio/trino.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@
106106
</artifact>
107107
</artifactSet>
108108

109-
<artifactSet to="plugin/http-server-event-listener">
110-
<artifact id="${project.groupId}:trino-http-server-event-listener:zip:${project.version}">
111-
<unpack />
112-
</artifact>
113-
</artifactSet>
114-
115109
<artifactSet to="plugin/hudi">
116110
<artifact id="${project.groupId}:trino-hudi:zip:${project.version}">
117111
<unpack />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Trino HTTP server event listener plugin
2+
3+
The HTTP server event listener plugin is optional and and therefore not included
4+
in the default tarball and the default Docker image.
5+
6+
Follow the [plugin installation instructions](https://trino.io/docs/current/installation/plugins.html)
7+
and optionally use the [trino-packages project](https://github.com/trinodb/trino-packages)
8+
or manually [download the plugin archive](https://central.sonatype.com/artifact/io.trino/trino-http-server-event-listener)
9+
for your installation and version.

0 commit comments

Comments
 (0)