Skip to content
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

Example user jar for iterators #4133

Closed
patchwork01 opened this issue Jan 24, 2025 · 0 comments · Fixed by #4143
Closed

Example user jar for iterators #4133

patchwork01 opened this issue Jan 24, 2025 · 0 comments · Fixed by #4143
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@patchwork01
Copy link
Collaborator

patchwork01 commented Jan 24, 2025

Background

Required for:

Description

We'd like to build an example jar containing iterator implementations to be applied during ingest, during queries or against a table for compaction.

This should be suitable for testing the system, either manually or by a future automated system test.

Analysis

There are some example iterator classes already in the core module in the package sleeper.core.iterator.impl. We could move them to their own module and build a fat jar for that module. We can copy that jar over to the built jars directory in scripts/build/buildForTest.sh.

We can then test it in AWS in a manual system test instance. We can manually upload the jar to the jars bucket, and set it as a user jar in the instance properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants