Java UDAF Parallelization
Hello,
I've got a UDAF that's rolling up HyperLogLog objects in Java and we're seeing linear scaling. Looking at the FencedProcess logs, we only see one java instance running. Is there some configuration I'm missing to make this more performant?
Cheers,
Jim
0