According to http://pig.apache.org/docs/r0.8.1/cookbook.html#Use+the+Parallel+Features there are two ways for pig to determine the number of reducers to use: 1- set default_parallel and/or PARALLEL 2- let pig calculate it
What do people generally use right now? Is there a preferred option?
