On Apr 19, 2011, at 11:44 AM, Daniel Eklund wrote:
<snip>A quick question about the UDF's registered at the top of a pig script:does REGISTER myJar.jar distribute the jar across HDFS (like a Hadoop job jar) so that the distribution of the code to the cluster nodes is transparent?In other words, do we NOT have to distribute myJar.jar to each node on thecluster.
Pig takes care of getting myJar.jar to the task nodes; you do not have to worry about it.
Alan.
