public class DemoPackTuples2 extends Object
SequenceFile of Pig Tuples. The key in each
record is a LongWritable indicating the record count (sequential numbering). The value in
each record is a Pig Tuple: the first is an integer containing the number of tokens, followed by
each token in a separate field. Designed to work with DemoWordCountTuple2.public static void main(String[] args) throws IOException
IOExceptionCopyright © 2015. All rights reserved.