Drew Farris

Results 10 issues of Drew Farris

The current implementation of `TermFrequencyQueryTransformer` populates `Event` `Metadata` objects incorrectly. It stores the shard id in the `Metadata` data type field. This fixes that. It has been tested with the...

Instead of removing all tar.gz files in the quickstart service directory for datawave, just remove those that start with the name datawave. This will allow us to avoid downloading wildfly...

tl; dr; I ended up cloning [email protected]:emsixteeen/IterativeReduce.git and building locally. I was unable to find a repo that contains 'com.cloudera:iterativereduce:jar:0.1-SNAPSHOT' Checked out rev a83a762fce6 and ran `maven clean install`, build...

Spotted a warning that could lead to a case fall-through. Oops.

In #2085 we implemented the ability to retrieve similar SSDeep hashes for a query hash using an ngram index. For this issue, extend that capability so that we can retrieve...

Given a configuration file like: ``` TEST_KEY = testValueA TEST_KEY = testValueB ``` There are potentially places that are sensitive to the ordering of the ConfigEntries that are generated, such...

Recreating #2973 because its target branch wasn't updated before merge. Deduplicate keywords using SequenceMatcher algorithm and a configurable similarity threshold Port SequenceMatcher from Python Integrate duplicate threshold in keyword selection...

In the `PrintUtility` that is used to print Accumulo table contents in the context of several tests, there's a method named `getPrintableValue` that will attempt to decode an Accumulo `Key`...