I have a map reduce that has 2 data sources. Both are too large to cache (which I found on the full data run after testing)
Currently in the map phase, I am using what is used in the context, with what I was caching and creating a new key value that is used in the reduce phase.
Is there a way to return both items to the map, or a way that I can not worry about limit but still access it in the map phase?
I still want to run both searches in the get input phase so that I do not run it more than once each