edu.umd.cloud9.example.simple
Class DemoPackTuples2

java.lang.Object
  extended by edu.umd.cloud9.example.simple.DemoPackTuples2

public class DemoPackTuples2
extends Object

Demo that packs the sample collection into a SequenceFile as Tuple objects with complex internal structure. The records are stored in a local SequenceFile; this file can then be transfered over to HDFS to serve as the the input to DemoWordCountTuple2.

Each value in the SequenceFile is a tuple with two fields:

See Also:
DemoPackTuples1, DemoPackJSON

Method Summary
static void main(String[] args)
          Runs the demo.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException
Runs the demo.

Throws:
IOException