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

Add GeoMesa Accumulo community module #103

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

elahrvivaz
Copy link
Contributor

No description provided.

@elahrvivaz elahrvivaz requested a review from a team as a code owner December 16, 2024 17:06
@eddumelendez eddumelendez merged commit ea1f946 into testcontainers:main Dec 16, 2024
1 check passed
@eddumelendez
Copy link
Member

Thanks for your contribution! This is available https://testcontainers.com/modules/geomesa-accumulo/

@elahrvivaz elahrvivaz deleted the fcr_geomesa_accumulo branch December 16, 2024 19:02
@elahrvivaz
Copy link
Contributor Author

thank you!

example: |
```java
var image = DockerImageName.parse("ghcr.io/geomesa/accumulo-uno:2.1.3");
var accumulo = new new AccumuloContainer(image).withGeoMesaDistributedRuntime();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is incorrect Java, isn't it?

var accumulo = new new

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blerg, i'll put up an MR to fix it, thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in 0405416

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.

3 participants