Dear Wiki user, You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.
The following page has been changed by ChrisOlston: http://wiki.apache.org/pig/UDFManual ------------------------------------------------------------------------------ This example shows a simple `Slicer` that gets a count from the input stream and generates that number of `Slice` s. {{{#!java - public class RangeSlicer implements Slicer { + public class RangeSlicer implements Slicer, LoadFunc { /** * Expects location to be a Stringified integer, and makes * Integer.parseInt(location) slices. Each slice generates a single value,
