Ivan Bella
Ivan Bella
This class would most likely live under the datawave-opts-tools-parent module as a new sub-module. This code would replace the functionality current handed by the create-shards-since.sh and the create-tomorrows-shards.sh scripts under...
Setter/getter on ShardQueryLogic which pass through the setter/getter on the config (ShardQueryConfiguration) Add the member to the ShardQueryConfiguration object with setter/getter In the DefaultQueryLogic where the QueryIterator is configured, pass...
I was hoping that you would use a decorator pattern instead of having if (includeHtml) scattered throughout the code. What that means is that you would have a call to...
@jzgithub1 Yes, that would be the table I am referring to. The basic idea is to aggregate the dates into the Value by extending org.apache.accumulo.core.iterators.Combiner. Then we need to see...
The problem is that you get a new entry for a field for every day that field is ingested into the system. Normally we are constantly ingesting data so you...
Perhaps a trace mechanism akin to a scan trace is doable where we can trace the life of a file through the accumulo system. That could include everything from initial...
Created an initial pull request #1964 which shows the generation of a simple JSON encoded mapping file.
I would like this ticket to stand as something to consider which is to create a mechanism akin to trace which allows us to track a file through the system;...
It seems like a poorly designed side effect of "unlock diagnostic vm options" that this would automatically activate some performance related options. That being said, whether we add this in...