apache / apache/accumulo-fluo-recipes
Make ExportQueue and CollisionFreeMap data human-readable by "fluo scan" command
- Dominant language
- Java
- Stars
- 19
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
When users decide to use an the ExportQueue or CollisionFreeMap recipe, the underlying data is stored in a Fluo table in serialized form. This makes it hard for users to view this data when scanning their Fluo table. It would be nice if these recipes provide plugins that made this data human-readable when scanning the Fluo table.
Contributor guide
Research direction
Start by locating the ExportQueue and CollisionFreeMap recipe implementations and the plugin entry point used by the "fluo scan" command. Read how each recipe serializes its Fluo table data and how scan plugins format values. Done means both recipes expose human-readable scan output, with tests covering the displayed data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100