> A bit digging shows that GenericUDF#configure method was not called. So >in this case, is it possible to get counters through other means, or we >have to implement Counter concept ourselves?
You should be getting a TezContext object there (which inherits from MapRedContext). And the method should get called depending on a needConfigure() check - if it is not getting called, that is very strange. Cheers, Gopal