Skip to content

Commit

Permalink
Remove the Accumulo connector
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Oct 18, 2024
1 parent e610f1c commit 79f4247
Show file tree
Hide file tree
Showing 68 changed files with 2 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 @@ -6,7 +6,6 @@ from different data sources.
```{toctree}
:maxdepth: 1
Accumulo <connector/accumulo>
BigQuery <connector/bigquery>
Black Hole <connector/blackhole>
Cassandra <connector/cassandra>
Expand Down
Loading

0 comments on commit 79f4247

Please sign in to comment.