On Thursday, March 10, 2016 at 2:16 AM, Punit Naik wrote:
I wrote a program using Pigpen and I tested it with a small subset of the actual data, which is 30GB in my case, and got valid results. Then I tried the same script on the actual large file and it does not even produce an output as it gets timed out. The log file generated by Pig only shows timed out error. What could be the problem and how can I fix it?
--
You received this message because you are subscribed to the Google Groups "PigPen Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pigpen-suppor...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Thursday, March 10, 2016 at 11:33 AM, Punit Naik wrote:
But I don't use joins in my code. My code only includes grouping by a key and then aggregating.