Skip to content

Commit

Permalink
Remove Phoenix connector from binary artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Feb 22, 2025
1 parent 54763a0 commit 5a2342c
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 @@ -214,12 +214,6 @@
</artifact>
</artifactSet>

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

<artifactSet to="plugin/pinot">
<artifact id="${project.groupId}:trino-pinot:zip:${project.version}">
<unpack />
Expand Down
8 changes: 8 additions & 0 deletions docs/src/main/sphinx/connector/phoenix.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ The Phoenix connector allows querying data stored in
[Apache HBase](https://hbase.apache.org/) using
[Apache Phoenix](https://phoenix.apache.org/).

## Installation

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

Download the plugin archive {maven_download}`phoenix` and follow the plugin
installation instructions.

## Requirements

To query HBase data through Phoenix, you need:
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 @@ -24,6 +24,7 @@
'jdbc': ('trino-jdbc', 'jar', None),
'teradata-functions': ('trino-teradata-functions', 'zip', None),
'example-http': ('trino-example-http', 'zip', None),
'phoenix': ('trino-phoenix5', 'zip', None),
}


Expand Down

0 comments on commit 5a2342c

Please sign in to comment.