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 381 datawave issues
Sort by recently updated
recently updated
newest added

i pulled some logic out of the query module and into their own modules, with minimal dependencies the new modules are - datawave-core-exceptions - datawave-core-geo - datawave-core-jexl - datawave-core-language i...

Proof of concept for scanner builder

org.apache.accumulo.core.util.PeekingIterator is part of Accumulo's non-public API. Replace all usages of it with org.apache.commons.collections4.iterators.PeekingIterator. Part of work for #2443

The following classes have been updated to use Option.builder() instead of the deprecated class OptionBuilder: 1. datawave.ingest.util.AccumuloCliOptions 2. datawave.ingest.util.GenerateMultipleNumShardCacheFile 3. datawave.ingest.util.GenerateSplitFile 4. datawave.metrics.config.MetricOptions part of #2443

IterationInterruptedException is not part of Accumulo's public API. Create IterationInterruptedException class in DataWave, replacing Accumulo's version. part of https://github.com/NationalSecurityAgency/datawave/issues/2443

IterationInterruptedException and InterruptibleIterator are not part of Accumulo's public API. Remove InterruptibleIterator, replacing it with SortedKeyValueIterator. InterruptibleIterator was the only reference to IterationInterruptedException. part of https://github.com/NationalSecurityAgency/datawave/issues/2443

At the moment the query executor logs do not include all of the messages that you would expect to see when running a query with the webservice. We should remedy...

Query Microservice TODOs

InMemoryInstance extends the Accumulo Instance class which was deprecated and removed in Accumulo 3. In the [in-memory-accumulo/accumulo4](https://github.com/NationalSecurityAgency/datawave-in-memory-accumulo/tree/accumulo4) branch InMemoryInstance was removed because the upstream class went away. When attempting to...