fluo
fluo copied to clipboard
Apache Fluo
Rough cut of this. Needs to fix documentation, and add assertion to the tests. Open to suggestions on better test cases. This PR adds support for the following: 1. Specifying...
During a long run of webindex because of #656 there was some data that was unable to be processed for a long time. When I updated the Accumulo iterators on...
In Accumulo 2.0 summarizes were introduced. Fluo could use these to count column types and notifications. These counts could be use to make compaction decisions.
Applying the contribution of @muschneider. We are working in a kerberized cluster where we tested this code. I'll try provide a docker with Kerberos to test this feature.
Improve upon the basic output of the `fluo list` command below by adding the start time of the Fluo application. Below is the output of current list ``` $ fluo...
In Issue #983 some people expressed a desire to be able to reuse commands outside of the CLI, for example in APIs and UIs. PR #1083 helped with this by...
Fluo's notifications are currently placed in a separate locality group. This means when scanning for notifications, user data is not read. Notifications can only be garbage collected with a full...
Scanning for notifications is a continuous activity that Fluo does. It may make sense to do one of the following. * Have a dedicated thread pool for notifcation scans with...
Please add OWASP Dependency Check to the build (pom.xml). OWASP DC makes an outbound REST call to MITRE Common Vulnerabilities & Exposures (CVE) to perform a lookup for each dependant...
For get jars command add in #907 the command expects the target directory to exist but does not care if the directory is non-empty. I found myself wondering if the...