Skip to content

Commit

Permalink
Remove the Accumulo connector
Browse files Browse the repository at this point in the history
The connector seems unused from all interaction on the community
and following an investigation with users, vendors, and customers.

More details about the removal are captured in
#23792
  • Loading branch information
mosabua committed Oct 29, 2024
1 parent b81d357 commit 5b69f6f
Show file tree
Hide file tree
Showing 69 changed files with 3 additions and 11,265 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ jobs:
id: tests
run: |
$MAVEN test ${MAVEN_TEST} -pl '
!:trino-accumulo,
!:trino-base-jdbc,
!:trino-bigquery,
!:trino-cassandra,
Expand Down Expand Up @@ -443,7 +442,6 @@ jobs:
- { modules: lib/trino-filesystem-gcs, profile: cloud-tests }
- { modules: lib/trino-filesystem-s3, profile: cloud-tests }
- { modules: lib/trino-hdfs, profile: cloud-tests }
- { modules: plugin/trino-accumulo }
- { modules: plugin/trino-bigquery }
- { modules: plugin/trino-bigquery, profile: cloud-tests-2 }
- { modules: plugin/trino-cassandra }
Expand Down
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 @@ -33,12 +33,6 @@
</artifactSet>

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

<artifactSet to="plugin/bigquery">
<artifact id="${project.groupId}:trino-bigquery:zip:${project.version}">
<unpack />
Expand Down
2 changes: 0 additions & 2 deletions docs/release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

## CLI

## Accumulo connector

## BigQuery connector

## Blackhole connector
Expand Down
1 change: 0 additions & 1 deletion docs/src/main/sphinx/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ different [data sources](trino-concept-data-source) by configuring
```{toctree}
:maxdepth: 1
Accumulo <connector/accumulo>
BigQuery <connector/bigquery>
Black Hole <connector/blackhole>
Cassandra <connector/cassandra>
Expand Down
Loading

0 comments on commit 5b69f6f

Please sign in to comment.