Skip to content

[WIP] Changes necessary for Accumulo 2.x #15894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dcharbon
Copy link

Adopt Accumulo 2.0.1 in module dependencies. Adjust to API changes in
Accumulo and fix authorizations testing in TestIndexer.

Fixes #15837

Test plan - (Please fill in how you tested your changes)
I used Apache Uno to create a single-node Accumulo 2.0.1 instance. I followed the documentation for installing the Accumulo connector and installed the necessary jar files from my built version of the Accumulo connector. I then followed the documentation for creating and scanning an external table using the Accumulo connector. Everything worked as expected. I also ran the unit tests and made the necessary changes in TestIndexer, replacing the removed MockInstance with MiniAccumuloCluster.

== RELEASE NOTES ==

Connector Changes

  • Replace Accumulo 1.x dependency with Accumulo 2.x dependency
  • Fix code in the Accumulo connector broken by API changes in Accumulo
  • Fix broken use of Authorizations in TestIndexer

Adopt Accumulo 2.0.1 in module dependencies. Adjust to API changes in
Accumulo and fix authorizations testing in TestIndexer.

Fixes prestodb#15837
@aweisberg aweisberg self-requested a review April 5, 2021 18:54
presto-accumulo2. The new connector is a patch on the original that
overwrites the classes that are affected by the API changes between
Accumulo 1 and 2.
@cch0
Copy link

cch0 commented Jan 26, 2022

What can we do to help get this PR reviewed?

cch-k added a commit to cch-k/presto that referenced this pull request Jan 28, 2022
@prestoprobot
Copy link

@aweisberg Friendly ping. Please review this PR. Thank you!

@wanglinsong wanglinsong requested a review from a team as a code owner July 6, 2024 04:32
@wanglinsong wanglinsong requested review from presto-oss and removed request for aweisberg July 6, 2024 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Accumulo 2.x
3 participants