Porting of the slicer into types branch caused all scripts to run just one map.
-------------------------------------------------------------------------------
Key: PIG-403
URL: https://issues.apache.org/jira/browse/PIG-403
Project: Pig
Issue Type: Bug
Affects Versions: types_branch
Reporter: Alan Gates
Assignee: Alan Gates
Priority: Critical
Fix For: types_branch
In PigSlicer.java, splittable is set to false by default. This causes the
system to scan an entire file in a single map. It should be set to true by
default, so that files are only scanned in a single map if the user explicitly
requests it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.