Hey Folks, We've created our own LOAD function by extending the default AVRO Storage (basicly we're processing a set of paths to glob by the Avro Storage)
Our algorithm needs some basic configuration which we're reading out of a .properties file which is located right beside the pig script. Our algorithm works great. According to the output directly after starting the pig script everything is just fine. But after the jobs runs for a while we're getting an error message which says it can't find the properties file. We're assuming that the load gets started on each data node and we don't have that config there. Is that assumption true? And if: Is there a way to work around this issue? Thanks Markus
