datawave icon indicating copy to clipboard operation
datawave copied to clipboard

DataWave is an ingest/query framework that leverages Apache Accumulo to provide fast, secure data access.

Results 314 datawave issues
Sort by recently updated
recently updated
newest added

- add scan consistency level to GenericQueryConfig - modified ScannerFactory to set scan consistency level on all built scanners - migrated most instances of scanner factory constructors that use an...

This PR removes a reference to apidocs that was missed in #2082 It should be removed since the reference points to a broken link. Commented it out to match the...

for the query microservices, multiple query services might respond to subsequent next requests for a query. because of that, we need to collate all of the result pages into a...

Query Microservice TODOs

fix up the "critical" issues found by sonarqube. bugs and some code smells

Changes to allow for the build to work with the maven build cache enabled. - mapreduce query microservice pom changed to copy resources earlier - quickstart docker changes (disable build...

After we standardize our version property names via #2436 we should create a github action which changes every one of our datawave dependency versions to be the latest snapshot. Then...

Create QueryLogIterator class that logs a query's ID to the TServer logs - Add QueryLogIterator to DefaultQueryPlanner - Add tserver.logging.active to QueryParameters, used to turn logging on and off -...

We should standardize version property names across all repos to make it easier to update the version of an artifact across the board. For instance, in the query metric starter,...

- Create function evaluateBooleanOption() method in QueryOptions - Use evaluateBooleanOption() in the validateOptions() method - Add a test in QueryOptionsTest to test evaluateBooleanOption() resolves #2410