You can also turn off split combination completely and then the number
of mappers will equal the number of blocks
SET pig.noSplitCombination false;

Adding mappers may not make your process run faster since the time to
read the data may be less than the overhead of creating a new JVM for
each map task.

scott.

Reply via email to