accumulo
Here are 57 public repositories matching this topic...
In DatafileManager,java, there is a while-loop whose condition, a boolean value, is always false - meaning the loop will never be entered. The boolean is instantiated as false and never changed. My first thought was to just remove the unused loop and its boolean condition however I first wanted to see if anyone knew what was supposed to be going on here.
The boolean value:
https://github.com/a
-
Updated
Nov 24, 2021 - Java
-
Updated
Nov 8, 2021 - CSS
-
Updated
Nov 24, 2021 - JavaScript
-
Updated
Jul 28, 2020 - MATLAB
Adding smoke-test scripts to Uno that can run in TravisCI and verify Accumulo and Fluo start and work would be a really nice check to have for PRs. Not sure if this is possible though.
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 of what could be added to replace the current example (this is found I'm accumulo-testing)
tserver.compaction.major.service.cs1.planner=org.apache.accumulo.core.spi.compactio
-
Updated
Dec 12, 2019 - Shell
Add logging
... anywhere
Newly added logger features [1], with an example [2,3]
[1] https://github.com/phrocker/sharkbite/blob/master/include/logging/Logger.h
[2] https://github.com/phrocker/sharkbite/blob/master/src/interconnect/TabletServer.cpp#L30
[3] https://github.com/phrocker/sharkbite/blob/master/src/interconnect/TabletServer.cpp#L51
-
Updated
Oct 13, 2020 - Java
-
Updated
Mar 26, 2020 - Python
PR apache/accumulo#2171 renamed WALOG properties to be WAL instead. There are a few instances inside accumulo-testing that use the deprecated WALOG variant that should be replaced by the WAL counterpart (see #147 as an example of such issue).
Original Jira ticket: https://issues.apache.org/jira/browse/ACCUMULO-2469
The Jira ticket mentions the steps though I have not verified if that is still accurate or if it could be improved upon.
-
Updated
Nov 22, 2021 - Java
-
Updated
Oct 13, 2020 - Java
Improve this page
Add a description, image, and links to the accumulo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the accumulo topic, visit your repo's landing page and select "manage topics."


Append
classto allHashCodeBuildersin Gaffer for the below issue to minimise hash collisions.