accumulo-examples icon indicating copy to clipboard operation
accumulo-examples copied to clipboard

Apache Accumulo Examples

Results 10 accumulo-examples issues
Sort by recently updated
recently updated
newest added

The Sample example uses results from the Shard example to illustrate some sampling behavior. The output of this section is not producing the expected results.

The compaction strategy example should be updated to reflect the recent changes to compaction configuration in accumulo. Including the description of the strategies and the example configuration given. Example below...

good first issue

The accumulo-examples repo was updated so that table names created during eecution would be less likely to collide with any existing table names that could exist on a users system....

enhancement
good first issue

Between Accumulo 2.0.x and 2.1.x, several methods have been deprecated. The fileData example currently relies on these methods. It would be good to update the example to use the latest...

The uniqueColumns example contains very little guidance in the documentation on how to run the example and what is required for the example to run successfully. Create detailed instructions that...

Update examples use `String` rather than `Text` where possible in the API

I am unable to run any of the example code due to this exception. I am running accumulo 3.1.0-SNAPSHOT via fluo-uno. I am able to manually interact with the instance...

bug

When running the Dirlist example and executing `./bin/runex dirlist.Viewer....` exceptions are thrown in the terminal window. The Viewer GUI appears to work properly but the exceptions should be examined more...

The filedata example currently references code that no longer exists in the 3.x line of Accumulo. Update the example to work with the current line of development. Three files have...

Create examples that show how to leverage the micrometer.io metrics in Accumulo with the MeterRegistryFactory, with specific examples for: - Initializing a Prometheus end-point - Using the LoggingRegistryConfig (see: https://github.com/apache/accumulo/pull/4218)