Record UDF and stream UDF: where to find them?

You should be seeing this on client side. The problem is client is not able to find it. Record UDF has no component on the client side running hence normal record UDF execution works fine but when you have aggregation last step reduce step runs at the client. Hence client is searching for the registered module on the client box.

You need udf source directory for client. Check

– R