File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
core/trino-server/src/main/provisio
plugin/trino-http-server-event-listener Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments