|
|
-
Object creation when using UDFsMohit Anchlia 2012-04-24, 23:05
Does pig ever share same instance of object concurrently at run time? Or
does it create a new instance for every invocation? I wrote UDF with a public data member (not static) but I wonder if that is thread safe. |