Skip to content

Commit

Permalink
Remove example HTTP connector from binary artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Feb 21, 2025
1 parent a015980 commit 1663d4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/trino-server/src/main/provisio/trino.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@
</artifact>
</artifactSet>

<artifactSet to="plugin/example-http">
<artifact id="${project.groupId}:trino-example-http:zip:${project.version}">
<unpack />
</artifact>
</artifactSet>

<artifactSet to="plugin/exasol">
<artifact id="${project.groupId}:trino-exasol:zip:${project.version}">
<unpack />
Expand Down
8 changes: 8 additions & 0 deletions docs/src/main/sphinx/develop/example-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ data over HTTP. For example, if you have a large amount of data in a
CSV format, you can point the example HTTP connector at this data and
write a query to process it.

## Installation

The example HTTP connector plugin is optional and must be downloaded and
installed as part of your Trino cluster provisioning.

Download the plugin archive {maven_download}`example-http` and follow the plugin
installation instructions.

## Code

The Example HTTP connector can be found in the [trino-example-http](/~https://github.com/trinodb/trino/tree/master/plugin/trino-example-http)
Expand Down
1 change: 1 addition & 0 deletions docs/src/main/sphinx/ext/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'cli': ('trino-cli', 'jar', 'executable'),
'jdbc': ('trino-jdbc', 'jar', None),
'teradata-functions': ('trino-teradata-functions', 'zip', None),
'example-http': ('trino-example-http', 'zip', None),
}


Expand Down

0 comments on commit 1663d4f

Please sign in to comment.