edu.umd.cloud9.demo
Class DemoHBaseSink

java.lang.Object
  extended by edu.umd.cloud9.demo.DemoHBaseSink

public class DemoHBaseSink
extends Object

Demo that illustrates HBase as a data sink. This demo packs the sample collection into HBase. Text is stored in the "default:text" column of the "test" table, with the byte offset as the row key. See DemoHBaseSource for an illustration of HBase as a data source.

See Also:
DemoHBaseSource

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