Hi,

In pig 0.8.1 I wrote a custom load func which returns a bag of tuples. Do i
have to explicitly specify the schema in that case?
Do I have to implement LoadMetadata in that case?

If I dont specify the schema in the pig script it is able to load ints and
logs but when I try to load strings it gives me errors but with no useful
exceptions or errors but only says that it cant find iterator for alias.
This makes it difficult to understand what is the error.

Thanks
Gayatri

Reply via email to