datawave icon indicating copy to clipboard operation
datawave copied to clipboard

Figure out how to get the edge dictionary in a map reduce context.

Open jwomeara opened this issue 9 months ago • 0 comments

In the edgeDictionaryProvider call in EdgeQueryLogicFactoryConfiguration, we create an empty DefaultEdgeDictionary if the queryStorageCache and webClientBuilder are not present (i.e. we are in a map reduce query context). Instead of creating an empty DefaultEdgeDictionary, we should load the actual edge dictionary entries somehow.

jwomeara avatar May 02 '24 18:05 jwomeara